Color Hex Logo

#b77015 Color Hex

#B77015
(183,112,21)
0 Favorites   0 Comments

Color spaces of #b77015

RGB 18311221
HSL0.090.790.40
HSV34°89°72°
CMYK 0.000.390.89   0.28
XYZ25.458021.70983.5581
Yxy21.70980.50190.4280
Hunter Lab46.593815.990128.0880
CIE-Lab53.717721.796256.2615

#b77015 color RGB value is (183,112,21).

#b77015 hex color red value is 183, green value is 112 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #b77015 hue: 0.09 , saturation: 0.79 and the lightness value of b77015 is 0.40.

The process color (four color CMYK) of #b77015 color hex is 0.00, 0.39, 0.89, 0.28. Web safe color of #b77015 is #cc6600. Color #b77015 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01110000 00010101
Octal 267 160 25
Decimal 183 112 21
Hex B7 70 15

RGB Percentages of Color #b77015

%57.91
%35.44
%6.65

CMYK Percentages of Color #b77015

%0
%39
%89
%28

Triadic Colors of #b77015

#b77015 #15b770 #7015b7

Analogous Colors of #b77015

#b77015 #adb715 #b71f15

Monochromatic Colors of #b77015

#b77015

Complementary Color

#b77015 #155cb7

#b77015 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b77015 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b77015 Color CSS Codes

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

#b77015 Text Font Color

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

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


#b77015 Background Color

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

This div background color is #b77015


#b77015 Border Color

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

This div border color is #b77015


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b77015


Comments

No comments written yet.

Please login to write comment.