Color Hex Logo

#bb631d Color Hex

#BB631D
(187,99,29)
0 Favorites   0 Comments

Color spaces of #bb631d

RGB 1879929
HSL0.070.730.42
HSV27°84°73°
CMYK 0.000.470.84   0.27
XYZ25.177119.57723.6142
Yxy19.57720.52050.4048
Hunter Lab44.246124.140026.1292
CIE-Lab51.355830.787351.8549

#bb631d color RGB value is (187,99,29).

#bb631d hex color red value is 187, green value is 99 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #bb631d hue: 0.07 , saturation: 0.73 and the lightness value of bb631d is 0.42.

The process color (four color CMYK) of #bb631d color hex is 0.00, 0.47, 0.84, 0.27. Web safe color of #bb631d is #cc6633. Color #bb631d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01100011 00011101
Octal 273 143 35
Decimal 187 99 29
Hex BB 63 1D

RGB Percentages of Color #bb631d

%59.37
%31.43
%9.21

CMYK Percentages of Color #bb631d

%0
%47
%84
%27

Triadic Colors of #bb631d

#bb631d #1dbb63 #631dbb

Analogous Colors of #bb631d

#bb631d #bbb21d #bb1d26

Monochromatic Colors of #bb631d

#bb631d

Complementary Color

#bb631d #1d75bb

#bb631d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb631d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb631d Color CSS Codes

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

#bb631d Text Font Color

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

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


#bb631d Background Color

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

This div background color is #bb631d


#bb631d Border Color

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

This div border color is #bb631d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb631d


Comments

No comments written yet.

Please login to write comment.