Color Hex Logo

#bb745d Color Hex

#BB745D
(187,116,93)
0 Favorites   0 Comments

Color spaces of #bb745d

RGB 18711693
HSL0.040.410.55
HSV15°50°73°
CMYK 0.000.380.50   0.27
XYZ28.714723.845913.4452
Yxy23.84590.43500.3613
Hunter Lab48.832319.506417.8580
CIE-Lab55.933225.442824.4289

#bb745d color RGB value is (187,116,93).

#bb745d hex color red value is 187, green value is 116 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #bb745d hue: 0.04 , saturation: 0.41 and the lightness value of bb745d is 0.55.

The process color (four color CMYK) of #bb745d color hex is 0.00, 0.38, 0.50, 0.27. Web safe color of #bb745d is #cc6666. Color #bb745d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01110100 01011101
Octal 273 164 135
Decimal 187 116 93
Hex BB 74 5D

RGB Percentages of Color #bb745d

%47.22
%29.29
%23.48

CMYK Percentages of Color #bb745d

%0
%38
%50
%27

Triadic Colors of #bb745d

#bb745d #5dbb74 #745dbb

Analogous Colors of #bb745d

#bb745d #bba35d #bb5d75

Monochromatic Colors of #bb745d

#bb745d

Complementary Color

#bb745d #5da4bb

#bb745d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb745d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb745d Color CSS Codes

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

#bb745d Text Font Color

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

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


#bb745d Background Color

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

This div background color is #bb745d


#bb745d Border Color

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

This div border color is #bb745d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb745d


Comments

No comments written yet.

Please login to write comment.