Color Hex Logo

#b84622 Color Hex

#B84622
(184,70,34)
0 Favorites   0 Comments

Color spaces of #b84622

RGB 1847034
HSL0.040.690.43
HSV14°82°72°
CMYK 0.000.620.82   0.28
XYZ22.246114.68623.1756
Yxy14.68620.55470.3662
Hunter Lab38.322636.554021.9127
CIE-Lab45.201444.336643.9568

#b84622 color RGB value is (184,70,34).

#b84622 hex color red value is 184, green value is 70 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #b84622 hue: 0.04 , saturation: 0.69 and the lightness value of b84622 is 0.43.

The process color (four color CMYK) of #b84622 color hex is 0.00, 0.62, 0.82, 0.28. Web safe color of #b84622 is #cc3333. Color #b84622 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01000110 00100010
Octal 270 106 42
Decimal 184 70 34
Hex B8 46 22

RGB Percentages of Color #b84622

%63.89
%24.31
%11.81

CMYK Percentages of Color #b84622

%0
%62
%82
%28

Triadic Colors of #b84622

#b84622 #22b846 #4622b8

Analogous Colors of #b84622

#b84622 #b89122 #b82249

Monochromatic Colors of #b84622

#b84622

Complementary Color

#b84622 #2294b8

#b84622 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b84622 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b84622 Color CSS Codes

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

#b84622 Text Font Color

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

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


#b84622 Background Color

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

This div background color is #b84622


#b84622 Border Color

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

This div border color is #b84622


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b84622


Comments

No comments written yet.

Please login to write comment.