color codes Logo

#b3ae6b color codes

#B3AE6B
(179,174,107)
0 Favorites   0 Comments

Color spaces of #b3ae6b

RGB 179174107
HSL0.160.320.56
HSV56°40°70°
CMYK 0.000.030.40   0.30
XYZ36.380340.917319.8903
Yxy40.91730.37430.4210
Hunter Lab63.9666-10.421726.3405
CIE-Lab70.1179-8.165234.9981

#b3ae6b color RGB value is (179,174,107).

#b3ae6b hex color red value is 179, green value is 174 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #b3ae6b hue: 0.16 , saturation: 0.32 and the lightness value of b3ae6b is 0.56.

The process color (four color CMYK) of #b3ae6b color code is 0.00, 0.03, 0.40, 0.30. Web safe color of #b3ae6b is #cc9966. Color #b3ae6b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10101110 01101011
Octal 263 256 153
Decimal 179 174 107
Hex B3 AE 6B

RGB Percentages of Color #b3ae6b

%38.91
%37.83
%23.26

CMYK Percentages of Color #b3ae6b

%0
%3
%40
%30

Triadic Colors of #b3ae6b

#b3ae6b #6bb3ae #ae6bb3

Analogous Colors of #b3ae6b

#b3ae6b #94b36b #b38a6b

Monochromatic Colors of #b3ae6b

#b3ae6b

Complementary Color

#b3ae6b #6b70b3

#b3ae6b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3ae6b Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3ae6b Color CSS Codes

.mybgcolor {background-color:#b3ae6b; } 
.myforecolor {color:#b3ae6b; }
.mybordercolor {border:3px solid #b3ae6b; }

#b3ae6b Text Font Color

<p style="color:#b3ae6b">Text here</p>

This sample text font color is #b3ae6b
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#b3ae6b Background Color

<div style="background-color:#b3ae6b">
Div content here</div>

This div background color is #b3ae6b


#b3ae6b Border Color

<div style="border:3px solid #b3ae6b">
Div here</div>

This div border color is #b3ae6b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(179,174,107, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b3ae6b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b3ae6b;
  -webkit-box-shadow: 1px 1px 3px 2px #b3ae6b;
  box-shadow:         1px 1px 3px 2px #b3ae6b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,174,107, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b3ae6b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #b3ae6b;
  -webkit-box-shadow: 1px 1px 3px 2px #b3ae6b;
  box-shadow:         1px 1px 3px 2px #b3ae6b;">
Div content here</div>

This div box has shadow with color #b3ae6b


Comments

No comments written yet.

Please login to write comment.