Color Hex Logo

#b75328 Color Hex

#B75328
(183,83,40)
0 Favorites   0 Comments

Color spaces of #b75328

RGB 1838340
HSL0.050.640.44
HSV18°78°72°
CMYK 0.000.550.78   0.28
XYZ23.004716.40703.9619
Yxy16.40700.53040.3783
Hunter Lab40.505630.492522.5547
CIE-Lab47.504037.874943.2155

#b75328 color RGB value is (183,83,40).

#b75328 hex color red value is 183, green value is 83 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #b75328 hue: 0.05 , saturation: 0.64 and the lightness value of b75328 is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 01010011 00101000
Octal 267 123 50
Decimal 183 83 40
Hex B7 53 28

RGB Percentages of Color #b75328

%59.80
%27.12
%13.07

CMYK Percentages of Color #b75328

%0
%55
%78
%28

Triadic Colors of #b75328

#b75328 #28b753 #5328b7

Analogous Colors of #b75328

#b75328 #b79b28 #b72845

Monochromatic Colors of #b75328

#b75328

Complementary Color

#b75328 #288cb7

#b75328 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b75328 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b75328 Color CSS Codes

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

#b75328 Text Font Color

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

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


#b75328 Background Color

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

This div background color is #b75328


#b75328 Border Color

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

This div border color is #b75328


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b75328


Comments

No comments written yet.

Please login to write comment.