Color Hex Logo

#bba767 Color Hex

#BBA767
(187,167,103)
0 Favorites   0 Comments

Color spaces of #bba767

RGB 187167103
HSL0.130.380.57
HSV46°45°73°
CMYK 0.000.110.45   0.27
XYZ36.760439.181518.4573
Yxy39.18150.38940.4151
Hunter Lab62.5951-4.713326.3339
CIE-Lab68.8825-1.580235.6615

#bba767 color RGB value is (187,167,103).

#bba767 hex color red value is 187, green value is 167 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #bba767 hue: 0.13 , saturation: 0.38 and the lightness value of bba767 is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100111 01100111
Octal 273 247 147
Decimal 187 167 103
Hex BB A7 67

RGB Percentages of Color #bba767

%40.92
%36.54
%22.54

CMYK Percentages of Color #bba767

%0
%11
%45
%27

Triadic Colors of #bba767

#bba767 #67bba7 #a767bb

Analogous Colors of #bba767

#bba767 #a5bb67 #bb7d67

Monochromatic Colors of #bba767

#bba767

Complementary Color

#bba767 #677bbb

#bba767 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba767 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba767 Color CSS Codes

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

#bba767 Text Font Color

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

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


#bba767 Background Color

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

This div background color is #bba767


#bba767 Border Color

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

This div border color is #bba767


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba767


Comments

No comments written yet.

Please login to write comment.