Color Hex Logo

#bb9657 Color Hex

#BB9657
(187,150,87)
0 Favorites   0 Comments

Color spaces of #bb9657

RGB 18715087
HSL0.110.420.54
HSV38°53°73°
CMYK 0.000.200.53   0.27
XYZ33.120233.065613.6535
Yxy33.06560.41480.4142
Hunter Lab57.50272.182126.1740
CIE-Lab64.21406.097838.1945

#bb9657 color RGB value is (187,150,87).

#bb9657 hex color red value is 187, green value is 150 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #bb9657 hue: 0.11 , saturation: 0.42 and the lightness value of bb9657 is 0.54.

The process color (four color CMYK) of #bb9657 color hex is 0.00, 0.20, 0.53, 0.27. Web safe color of #bb9657 is #cc9966. Color #bb9657 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10010110 01010111
Octal 273 226 127
Decimal 187 150 87
Hex BB 96 57

RGB Percentages of Color #bb9657

%44.10
%35.38
%20.52

CMYK Percentages of Color #bb9657

%0
%20
%53
%27

Triadic Colors of #bb9657

#bb9657 #57bb96 #9657bb

Analogous Colors of #bb9657

#bb9657 #aebb57 #bb6457

Monochromatic Colors of #bb9657

#bb9657

Complementary Color

#bb9657 #577cbb

#bb9657 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb9657 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb9657 Color CSS Codes

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

#bb9657 Text Font Color

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

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


#bb9657 Background Color

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

This div background color is #bb9657


#bb9657 Border Color

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

This div border color is #bb9657


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb9657


Comments

No comments written yet.

Please login to write comment.