Color Hex Logo

#bb533c Color Hex

#BB533C
(187,83,60)
0 Favorites   0 Comments

Color spaces of #bb533c

RGB 1878360
HSL0.030.510.48
HSV11°68°73°
CMYK 0.000.560.68   0.27
XYZ24.402417.07766.2851
Yxy17.07760.51090.3575
Hunter Lab41.325133.085219.9102
CIE-Lab48.357740.382233.6672

#bb533c color RGB value is (187,83,60).

#bb533c hex color red value is 187, green value is 83 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #bb533c hue: 0.03 , saturation: 0.51 and the lightness value of bb533c is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01010011 00111100
Octal 273 123 74
Decimal 187 83 60
Hex BB 53 3C

RGB Percentages of Color #bb533c

%56.67
%25.15
%18.18

CMYK Percentages of Color #bb533c

%0
%56
%68
%27

Triadic Colors of #bb533c

#bb533c #3cbb53 #533cbb

Analogous Colors of #bb533c

#bb533c #bb933c #bb3c65

Monochromatic Colors of #bb533c

#bb533c

Complementary Color

#bb533c #3ca4bb

#bb533c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb533c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb533c Color CSS Codes

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

#bb533c Text Font Color

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

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


#bb533c Background Color

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

This div background color is #bb533c


#bb533c Border Color

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

This div border color is #bb533c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb533c


Comments

No comments written yet.

Please login to write comment.