Color Hex Logo

#b75320 Color Hex

#B75320
(183,83,32)
0 Favorites   0 Comments

Color spaces of #b75320

RGB 1838332
HSL0.060.700.42
HSV20°83°72°
CMYK 0.000.550.83   0.28
XYZ22.882416.35813.3179
Yxy16.35810.53770.3844
Hunter Lab40.445130.209823.4478
CIE-Lab47.440837.593946.9118

#b75320 color RGB value is (183,83,32).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 01010011 00100000
Octal 267 123 40
Decimal 183 83 32
Hex B7 53 20

RGB Percentages of Color #b75320

%61.41
%27.85
%10.74

CMYK Percentages of Color #b75320

%0
%55
%83
%28

Triadic Colors of #b75320

#b75320 #20b753 #5320b7

Analogous Colors of #b75320

#b75320 #b79f20 #b72038

Monochromatic Colors of #b75320

#b75320

Complementary Color

#b75320 #2084b7

#b75320 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b75320 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b75320 Color CSS Codes

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

#b75320 Text Font Color

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

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


#b75320 Background Color

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

This div background color is #b75320


#b75320 Border Color

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

This div border color is #b75320


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b75320


Comments

No comments written yet.

Please login to write comment.