Color Hex Logo

#b75520 Color Hex

#B75520
(183,85,32)
0 Favorites   0 Comments

Color spaces of #b75520

RGB 1838532
HSL0.060.700.42
HSV21°83°72°
CMYK 0.000.540.83   0.28
XYZ23.037616.66863.3696
Yxy16.66860.53480.3870
Hunter Lab40.827229.274823.6856
CIE-Lab47.839736.576247.2767

#b75520 color RGB value is (183,85,32).

#b75520 hex color red value is 183, green value is 85 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #b75520 hue: 0.06 , saturation: 0.70 and the lightness value of b75520 is 0.42.

The process color (four color CMYK) of #b75520 color hex is 0.00, 0.54, 0.83, 0.28. Web safe color of #b75520 is #cc6633. Color #b75520 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01010101 00100000
Octal 267 125 40
Decimal 183 85 32
Hex B7 55 20

RGB Percentages of Color #b75520

%61.00
%28.33
%10.67

CMYK Percentages of Color #b75520

%0
%54
%83
%28

Triadic Colors of #b75520

#b75520 #20b755 #5520b7

Analogous Colors of #b75520

#b75520 #b7a120 #b72037

Monochromatic Colors of #b75520

#b75520

Complementary Color

#b75520 #2082b7

#b75520 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b75520 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b75520 Color CSS Codes

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

#b75520 Text Font Color

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

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


#b75520 Background Color

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

This div background color is #b75520


#b75520 Border Color

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

This div border color is #b75520


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(183,85,32, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b75520


Comments

No comments written yet.

Please login to write comment.