Color Hex Logo

#b6765a Color Hex

#B6765A
(182,118,90)
0 Favorites   0 Comments

Color spaces of #b6765a

RGB 18211890
HSL0.050.390.53
HSV18°51°71°
CMYK 0.000.350.51   0.29
XYZ27.615323.640112.7804
Yxy23.64010.43120.3692
Hunter Lab48.621116.295718.4500
CIE-Lab55.725621.999725.7404

#b6765a color RGB value is (182,118,90).

#b6765a hex color red value is 182, green value is 118 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #b6765a hue: 0.05 , saturation: 0.39 and the lightness value of b6765a is 0.53.

The process color (four color CMYK) of #b6765a color hex is 0.00, 0.35, 0.51, 0.29. Web safe color of #b6765a is #cc6666. Color #b6765a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01110110 01011010
Octal 266 166 132
Decimal 182 118 90
Hex B6 76 5A

RGB Percentages of Color #b6765a

%46.67
%30.26
%23.08

CMYK Percentages of Color #b6765a

%0
%35
%51
%29

Triadic Colors of #b6765a

#b6765a #5ab676 #765ab6

Analogous Colors of #b6765a

#b6765a #b6a45a #b65a6c

Monochromatic Colors of #b6765a

#b6765a

Complementary Color

#b6765a #5a9ab6

#b6765a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6765a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6765a Color CSS Codes

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

#b6765a Text Font Color

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

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


#b6765a Background Color

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

This div background color is #b6765a


#b6765a Border Color

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

This div border color is #b6765a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6765a

#b6765a Color Palettes


Comments

No comments written yet.

Please login to write comment.