Color Hex Logo

#b7973c Color Hex

#B7973C
(183,151,60)
0 Favorites   0 Comments

Color spaces of #b7973c

RGB 18315160
HSL0.120.510.48
HSV44°67°72°
CMYK 0.000.170.67   0.28
XYZ31.410732.52678.8977
Yxy32.52670.43130.4466
Hunter Lab57.0322-1.496730.6726
CIE-Lab63.77581.825750.7546

#b7973c color RGB value is (183,151,60).

#b7973c hex color red value is 183, green value is 151 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #b7973c hue: 0.12 , saturation: 0.51 and the lightness value of b7973c is 0.48.

The process color (four color CMYK) of #b7973c color hex is 0.00, 0.17, 0.67, 0.28. Web safe color of #b7973c is #cc9933. Color #b7973c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 10010111 00111100
Octal 267 227 74
Decimal 183 151 60
Hex B7 97 3C

RGB Percentages of Color #b7973c

%46.45
%38.32
%15.23

CMYK Percentages of Color #b7973c

%0
%17
%67
%28

Triadic Colors of #b7973c

#b7973c #3cb797 #973cb7

Analogous Colors of #b7973c

#b7973c #9ab73c #b75a3c

Monochromatic Colors of #b7973c

#b7973c

Complementary Color

#b7973c #3c5cb7

#b7973c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7973c Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7973c Color CSS Codes

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

#b7973c Text Font Color

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

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


#b7973c Background Color

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

This div background color is #b7973c


#b7973c Border Color

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

This div border color is #b7973c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7973c


Comments

No comments written yet.

Please login to write comment.