Color Hex Logo

#b75124 Color Hex

#B75124
(183,81,36)
0 Favorites   0 Comments

Color spaces of #b75124

RGB 1838136
HSL0.050.670.43
HSV18°80°72°
CMYK 0.000.560.80   0.28
XYZ22.789316.07953.5716
Yxy16.07950.53700.3789
Hunter Lab40.099331.271822.7886
CIE-Lab47.078638.732844.7340

#b75124 color RGB value is (183,81,36).

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

The process color (four color CMYK) of #b75124 color hex is 0.00, 0.56, 0.80, 0.28. Web safe color of #b75124 is #cc6633. Color #b75124 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01010001 00100100
Octal 267 121 44
Decimal 183 81 36
Hex B7 51 24

RGB Percentages of Color #b75124

%61.00
%27.00
%12.00

CMYK Percentages of Color #b75124

%0
%56
%80
%28

Triadic Colors of #b75124

#b75124 #24b751 #5124b7

Analogous Colors of #b75124

#b75124 #b79b24 #b72441

Monochromatic Colors of #b75124

#b75124

Complementary Color

#b75124 #248ab7

#b75124 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b75124 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b75124 Color CSS Codes

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

#b75124 Text Font Color

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

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


#b75124 Background Color

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

This div background color is #b75124


#b75124 Border Color

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

This div border color is #b75124


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(183,81,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 #b75124">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b75124


Comments

No comments written yet.

Please login to write comment.