Color Hex Logo

#b6783a Color Hex

#B6783A
(182,120,58)
0 Favorites   0 Comments

Color spaces of #b6783a

RGB 18212058
HSL0.080.520.47
HSV30°68°71°
CMYK 0.000.340.68   0.29
XYZ26.771623.68357.1633
Yxy23.68350.46460.4110
Hunter Lab48.665713.030125.3389
CIE-Lab55.769518.403243.0020

#b6783a color RGB value is (182,120,58).

#b6783a hex color red value is 182, green value is 120 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #b6783a hue: 0.08 , saturation: 0.52 and the lightness value of b6783a is 0.47.

The process color (four color CMYK) of #b6783a color hex is 0.00, 0.34, 0.68, 0.29. Web safe color of #b6783a is #cc6633. Color #b6783a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01111000 00111010
Octal 266 170 72
Decimal 182 120 58
Hex B6 78 3A

RGB Percentages of Color #b6783a

%50.56
%33.33
%16.11

CMYK Percentages of Color #b6783a

%0
%34
%68
%29

Triadic Colors of #b6783a

#b6783a #3ab678 #783ab6

Analogous Colors of #b6783a

#b6783a #b6b63a #b63a3a

Monochromatic Colors of #b6783a

#b6783a

Complementary Color

#b6783a #3a78b6

#b6783a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6783a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6783a Color CSS Codes

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

#b6783a Text Font Color

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

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


#b6783a Background Color

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

This div background color is #b6783a


#b6783a Border Color

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

This div border color is #b6783a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,120,58, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6783a


Comments

No comments written yet.

Please login to write comment.