Color Hex Logo

#bb753b Color Hex

#BB753B
(187,117,59)
0 Favorites   0 Comments

Color spaces of #bb753b

RGB 18711759
HSL0.080.520.48
HSV27°68°73°
CMYK 0.000.370.68   0.27
XYZ27.644223.60317.2365
Yxy23.60310.47270.4036
Hunter Lab48.583016.547925.1768
CIE-Lab55.688222.276642.5877

#bb753b color RGB value is (187,117,59).

#bb753b hex color red value is 187, green value is 117 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #bb753b hue: 0.08 , saturation: 0.52 and the lightness value of bb753b is 0.48.

The process color (four color CMYK) of #bb753b color hex is 0.00, 0.37, 0.68, 0.27. Web safe color of #bb753b is #cc6633. Color #bb753b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01110101 00111011
Octal 273 165 73
Decimal 187 117 59
Hex BB 75 3B

RGB Percentages of Color #bb753b

%51.52
%32.23
%16.25

CMYK Percentages of Color #bb753b

%0
%37
%68
%27

Triadic Colors of #bb753b

#bb753b #3bbb75 #753bbb

Analogous Colors of #bb753b

#bb753b #bbb53b #bb3b41

Monochromatic Colors of #bb753b

#bb753b

Complementary Color

#bb753b #3b81bb

#bb753b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb753b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb753b Color CSS Codes

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

#bb753b Text Font Color

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

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


#bb753b Background Color

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

This div background color is #bb753b


#bb753b Border Color

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

This div border color is #bb753b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb753b


Comments

No comments written yet.

Please login to write comment.