Color Hex Logo

#b84924 Color Hex

#B84924
(184,73,36)
0 Favorites   0 Comments

Color spaces of #b84924

RGB 1847336
HSL0.040.670.43
HSV15°80°72°
CMYK 0.000.600.80   0.28
XYZ22.468115.08283.3961
Yxy15.08280.54870.3683
Hunter Lab38.836635.303522.0009
CIE-Lab45.747443.004643.5051

#b84924 color RGB value is (184,73,36).

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

The process color (four color CMYK) of #b84924 color hex is 0.00, 0.60, 0.80, 0.28. Web safe color of #b84924 is #cc3333. Color #b84924 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01001001 00100100
Octal 270 111 44
Decimal 184 73 36
Hex B8 49 24

RGB Percentages of Color #b84924

%62.80
%24.91
%12.29

CMYK Percentages of Color #b84924

%0
%60
%80
%28

Triadic Colors of #b84924

#b84924 #24b849 #4924b8

Analogous Colors of #b84924

#b84924 #b89324 #b82449

Monochromatic Colors of #b84924

#b84924

Complementary Color

#b84924 #2493b8

#b84924 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b84924 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b84924 Color CSS Codes

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

#b84924 Text Font Color

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

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


#b84924 Background Color

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

This div background color is #b84924


#b84924 Border Color

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

This div border color is #b84924


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b84924


Comments

No comments written yet.

Please login to write comment.