Color Hex Logo

#b7750f Color Hex

#B7750F
(183,117,15)
0 Favorites   0 Comments

Color spaces of #b7750f

RGB 18311715
HSL0.100.850.39
HSV36°92°72°
CMYK 0.000.360.92   0.28
XYZ25.976022.82433.4884
Yxy22.82430.49680.4365
Hunter Lab47.774813.447829.1131
CIE-Lab54.890918.910858.7045

#b7750f color RGB value is (183,117,15).

#b7750f hex color red value is 183, green value is 117 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #b7750f hue: 0.10 , saturation: 0.85 and the lightness value of b7750f is 0.39.

The process color (four color CMYK) of #b7750f color hex is 0.00, 0.36, 0.92, 0.28. Web safe color of #b7750f is #cc6600. Color #b7750f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01110101 00001111
Octal 267 165 17
Decimal 183 117 15
Hex B7 75 F

RGB Percentages of Color #b7750f

%58.10
%37.14
%4.76

CMYK Percentages of Color #b7750f

%0
%36
%92
%28

Triadic Colors of #b7750f

#b7750f #0fb775 #750fb7

Analogous Colors of #b7750f

#b7750f #a5b70f #b7210f

Monochromatic Colors of #b7750f

#b7750f

Complementary Color

#b7750f #0f51b7

#b7750f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7750f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7750f Color CSS Codes

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

#b7750f Text Font Color

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

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


#b7750f Background Color

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

This div background color is #b7750f


#b7750f Border Color

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

This div border color is #b7750f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7750f


Comments

No comments written yet.

Please login to write comment.