Color Hex Logo

#b6768a Color Hex

#B6768A
(182,118,138)
0 Favorites   0 Comments

Color spaces of #b6768a

RGB 182118138
HSL0.950.300.59
HSV341°35°71°
CMYK 0.000.350.24   0.29
XYZ30.357324.736927.2195
Yxy24.73690.36880.3005
Hunter Lab49.736221.91202.3673
CIE-Lab56.818227.9072-0.4416

#b6768a color RGB value is (182,118,138).

#b6768a hex color red value is 182, green value is 118 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #b6768a hue: 0.95 , saturation: 0.30 and the lightness value of b6768a is 0.59.

The process color (four color CMYK) of #b6768a color hex is 0.00, 0.35, 0.24, 0.29. Web safe color of #b6768a is #cc6699. Color #b6768a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01110110 10001010
Octal 266 166 212
Decimal 182 118 138
Hex B6 76 8A

RGB Percentages of Color #b6768a

%41.55
%26.94
%31.51

CMYK Percentages of Color #b6768a

%0
%35
%24
%29

Triadic Colors of #b6768a

#b6768a #8ab676 #768ab6

Analogous Colors of #b6768a

#b6768a #b68276 #b676aa

Monochromatic Colors of #b6768a

#b6768a

Complementary Color

#b6768a #76b6a2

#b6768a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6768a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6768a Color CSS Codes

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

#b6768a Text Font Color

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

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


#b6768a Background Color

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

This div background color is #b6768a


#b6768a Border Color

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

This div border color is #b6768a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6768a


Comments

No comments written yet.

Please login to write comment.