Color Hex Logo

#bba774 Color Hex

#BBA774
(187,167,116)
0 Favorites   0 Comments

Color spaces of #bba774

RGB 187167116
HSL0.120.340.59
HSV43°38°73°
CMYK 0.000.110.38   0.27
XYZ37.464639.463222.1656
Yxy39.46320.37810.3982
Hunter Lab62.8197-3.480323.0537
CIE-Lab69.0855-0.143429.0461

#bba774 color RGB value is (187,167,116).

#bba774 hex color red value is 187, green value is 167 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #bba774 hue: 0.12 , saturation: 0.34 and the lightness value of bba774 is 0.59.

The process color (four color CMYK) of #bba774 color hex is 0.00, 0.11, 0.38, 0.27. Web safe color of #bba774 is #cc9966. Color #bba774 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100111 01110100
Octal 273 247 164
Decimal 187 167 116
Hex BB A7 74

RGB Percentages of Color #bba774

%39.79
%35.53
%24.68

CMYK Percentages of Color #bba774

%0
%11
%38
%27

Triadic Colors of #bba774

#bba774 #74bba7 #a774bb

Analogous Colors of #bba774

#bba774 #acbb74 #bb8474

Monochromatic Colors of #bba774

#bba774

Complementary Color

#bba774 #7488bb

#bba774 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba774 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba774 Color CSS Codes

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

#bba774 Text Font Color

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

This sample text font color is #bba774
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.


#bba774 Background Color

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

This div background color is #bba774


#bba774 Border Color

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

This div border color is #bba774


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(187,167,116, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bba774; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bba774;
  -webkit-box-shadow: 1px 1px 3px 2px #bba774;
  box-shadow:         1px 1px 3px 2px #bba774; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,167,116, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba774


Comments

No comments written yet.

Please login to write comment.