Color Hex Logo

#bb453d Color Hex

#BB453D
(187,69,61)
0 Favorites   0 Comments

Color spaces of #bb453d

RGB 1876961
HSL0.010.510.49
HSV67°73°
CMYK 0.000.630.67   0.27
XYZ23.463915.15806.1040
Yxy15.15800.52460.3389
Hunter Lab38.933339.443317.9577
CIE-Lab45.849847.064530.0930

#bb453d color RGB value is (187,69,61).

#bb453d hex color red value is 187, green value is 69 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #bb453d hue: 0.01 , saturation: 0.51 and the lightness value of bb453d is 0.49.

The process color (four color CMYK) of #bb453d color hex is 0.00, 0.63, 0.67, 0.27. Web safe color of #bb453d is #cc3333. Color #bb453d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01000101 00111101
Octal 273 105 75
Decimal 187 69 61
Hex BB 45 3D

RGB Percentages of Color #bb453d

%58.99
%21.77
%19.24

CMYK Percentages of Color #bb453d

%0
%63
%67
%27

Triadic Colors of #bb453d

#bb453d #3dbb45 #453dbb

Analogous Colors of #bb453d

#bb453d #bb843d #bb3d74

Monochromatic Colors of #bb453d

#bb453d

Complementary Color

#bb453d #3db3bb

#bb453d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb453d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb453d Color CSS Codes

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

#bb453d Text Font Color

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

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


#bb453d Background Color

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

This div background color is #bb453d


#bb453d Border Color

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

This div border color is #bb453d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb453d


Comments

No comments written yet.

Please login to write comment.