Color Hex Logo

#bb613e Color Hex

#BB613E
(187,97,62)
0 Favorites   0 Comments

Color spaces of #bb613e

RGB 1879762
HSL0.050.500.49
HSV17°67°73°
CMYK 0.000.480.67   0.27
XYZ25.637719.46206.9627
Yxy19.46200.49240.3738
Hunter Lab44.115826.532021.5234
CIE-Lab51.223433.304235.9247

#bb613e color RGB value is (187,97,62).

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

The process color (four color CMYK) of #bb613e color hex is 0.00, 0.48, 0.67, 0.27. Web safe color of #bb613e is #cc6633. Color #bb613e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01100001 00111110
Octal 273 141 76
Decimal 187 97 62
Hex BB 61 3E

RGB Percentages of Color #bb613e

%54.05
%28.03
%17.92

CMYK Percentages of Color #bb613e

%0
%48
%67
%27

Triadic Colors of #bb613e

#bb613e #3ebb61 #613ebb

Analogous Colors of #bb613e

#bb613e #bba03e #bb3e59

Monochromatic Colors of #bb613e

#bb613e

Complementary Color

#bb613e #3e98bb

#bb613e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb613e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb613e Color CSS Codes

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

#bb613e Text Font Color

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

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


#bb613e Background Color

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

This div background color is #bb613e


#bb613e Border Color

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

This div border color is #bb613e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb613e


Comments

No comments written yet.

Please login to write comment.