Color Hex Logo

#bb462d Color Hex

#BB462D
(187,70,45)
0 Favorites   0 Comments

Color spaces of #bb462d

RGB 1877045
HSL0.030.610.45
HSV11°76°73°
CMYK 0.000.630.76   0.27
XYZ23.157315.13464.1834
Yxy15.13460.54520.3563
Hunter Lab38.903238.172220.8566
CIE-Lab45.818045.829639.0958

#bb462d color RGB value is (187,70,45).

#bb462d hex color red value is 187, green value is 70 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #bb462d hue: 0.03 , saturation: 0.61 and the lightness value of bb462d is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01000110 00101101
Octal 273 106 55
Decimal 187 70 45
Hex BB 46 2D

RGB Percentages of Color #bb462d

%61.92
%23.18
%14.90

CMYK Percentages of Color #bb462d

%0
%63
%76
%27

Triadic Colors of #bb462d

#bb462d #2dbb46 #462dbb

Analogous Colors of #bb462d

#bb462d #bb8d2d #bb2d5b

Monochromatic Colors of #bb462d

#bb462d

Complementary Color

#bb462d #2da2bb

#bb462d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb462d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb462d Color CSS Codes

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

#bb462d Text Font Color

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

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


#bb462d Background Color

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

This div background color is #bb462d


#bb462d Border Color

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

This div border color is #bb462d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb462d


Comments

No comments written yet.

Please login to write comment.