Color Hex Logo

#b75b1e Color Hex

#B75B1E
(183,91,30)
0 Favorites   0 Comments

Color spaces of #b75b1e

RGB 1839130
HSL0.070.720.42
HSV24°84°72°
CMYK 0.000.500.84   0.28
XYZ23.503917.64323.3950
Yxy17.64320.52770.3961
Hunter Lab42.003826.375824.6105
CIE-Lab49.060533.403849.2240

#b75b1e color RGB value is (183,91,30).

#b75b1e hex color red value is 183, green value is 91 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #b75b1e hue: 0.07 , saturation: 0.72 and the lightness value of b75b1e is 0.42.

The process color (four color CMYK) of #b75b1e color hex is 0.00, 0.50, 0.84, 0.28. Web safe color of #b75b1e is #cc6633. Color #b75b1e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01011011 00011110
Octal 267 133 36
Decimal 183 91 30
Hex B7 5B 1E

RGB Percentages of Color #b75b1e

%60.20
%29.93
%9.87

CMYK Percentages of Color #b75b1e

%0
%50
%84
%28

Triadic Colors of #b75b1e

#b75b1e #1eb75b #5b1eb7

Analogous Colors of #b75b1e

#b75b1e #b7a81e #b71e2e

Monochromatic Colors of #b75b1e

#b75b1e

Complementary Color

#b75b1e #1e7ab7

#b75b1e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b75b1e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b75b1e Color CSS Codes

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

#b75b1e Text Font Color

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

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


#b75b1e Background Color

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

This div background color is #b75b1e


#b75b1e Border Color

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

This div border color is #b75b1e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b75b1e


Comments

No comments written yet.

Please login to write comment.