Color Hex Logo

#bb603f Color Hex

#BB603F
(187,96,63)
0 Favorites   0 Comments

Color spaces of #bb603f

RGB 1879663
HSL0.040.500.49
HSV16°66°73°
CMYK 0.000.490.66   0.27
XYZ25.573619.28947.0780
Yxy19.28940.49240.3714
Hunter Lab43.919727.077721.1887
CIE-Lab51.024133.893935.1420

#bb603f color RGB value is (187,96,63).

#bb603f hex color red value is 187, green value is 96 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #bb603f hue: 0.04 , saturation: 0.50 and the lightness value of bb603f is 0.49.

The process color (four color CMYK) of #bb603f color hex is 0.00, 0.49, 0.66, 0.27. Web safe color of #bb603f is #cc6633. Color #bb603f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01100000 00111111
Octal 273 140 77
Decimal 187 96 63
Hex BB 60 3F

RGB Percentages of Color #bb603f

%54.05
%27.75
%18.21

CMYK Percentages of Color #bb603f

%0
%49
%66
%27

Triadic Colors of #bb603f

#bb603f #3fbb60 #603fbb

Analogous Colors of #bb603f

#bb603f #bb9e3f #bb3f5c

Monochromatic Colors of #bb603f

#bb603f

Complementary Color

#bb603f #3f9abb

#bb603f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb603f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb603f Color CSS Codes

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

#bb603f Text Font Color

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

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


#bb603f Background Color

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

This div background color is #bb603f


#bb603f Border Color

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

This div border color is #bb603f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb603f


Comments

No comments written yet.

Please login to write comment.