Color Hex Logo

#b84605 Color Hex

#B84605
(184,70,5)
0 Favorites   0 Comments

Color spaces of #b84605

RGB 184705
HSL0.060.950.37
HSV22°97°72°
CMYK 0.000.620.97   0.28
XYZ21.984714.58161.7994
Yxy14.58160.57300.3801
Hunter Lab38.185935.942323.9362
CIE-Lab45.055743.752754.3253

#b84605 color RGB value is (184,70,5).

#b84605 hex color red value is 184, green value is 70 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #b84605 hue: 0.06 , saturation: 0.95 and the lightness value of b84605 is 0.37.

The process color (four color CMYK) of #b84605 color hex is 0.00, 0.62, 0.97, 0.28. Web safe color of #b84605 is #cc3300. Color #b84605 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01000110 00000101
Octal 270 106 5
Decimal 184 70 5
Hex B8 46 5

RGB Percentages of Color #b84605

%71.04
%27.03
%1.93

CMYK Percentages of Color #b84605

%0
%62
%97
%28

Triadic Colors of #b84605

#b84605 #05b846 #4605b8

Analogous Colors of #b84605

#b84605 #b8a005 #b8051e

Monochromatic Colors of #b84605

#b84605

Complementary Color

#b84605 #0577b8

#b84605 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b84605 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b84605 Color CSS Codes

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

#b84605 Text Font Color

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

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


#b84605 Background Color

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

This div background color is #b84605


#b84605 Border Color

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

This div border color is #b84605


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b84605


Comments

No comments written yet.

Please login to write comment.