Color Hex Logo

#b6803c Color Hex

#B6803C
(182,128,60)
0 Favorites   0 Comments

Color spaces of #b6803c

RGB 18212860
HSL0.090.500.47
HSV33°67°71°
CMYK 0.000.300.67   0.29
XYZ27.826225.70977.7708
Yxy25.70970.45390.4194
Hunter Lab50.70479.225626.4068
CIE-Lab57.760514.069844.2139

#b6803c color RGB value is (182,128,60).

#b6803c hex color red value is 182, green value is 128 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #b6803c hue: 0.09 , saturation: 0.50 and the lightness value of b6803c is 0.47.

The process color (four color CMYK) of #b6803c color hex is 0.00, 0.30, 0.67, 0.29. Web safe color of #b6803c is #cc9933. Color #b6803c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10000000 00111100
Octal 266 200 74
Decimal 182 128 60
Hex B6 80 3C

RGB Percentages of Color #b6803c

%49.19
%34.59
%16.22

CMYK Percentages of Color #b6803c

%0
%30
%67
%29

Triadic Colors of #b6803c

#b6803c #3cb680 #803cb6

Analogous Colors of #b6803c

#b6803c #afb63c #b6433c

Monochromatic Colors of #b6803c

#b6803c

Complementary Color

#b6803c #3c72b6

#b6803c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6803c Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6803c Color CSS Codes

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

#b6803c Text Font Color

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

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


#b6803c Background Color

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

This div background color is #b6803c


#b6803c Border Color

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

This div border color is #b6803c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,128,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 #b6803c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6803c


Comments

No comments written yet.

Please login to write comment.