Color Hex Logo

#b6767d Color Hex

#B6767D
(182,118,125)
0 Favorites   0 Comments

Color spaces of #b6767d

RGB 182118125
HSL0.980.300.59
HSV353°35°71°
CMYK 0.000.350.31   0.29
XYZ29.471524.382622.5550
Yxy24.38260.38570.3191
Hunter Lab49.378720.12427.4829
CIE-Lab56.468826.05586.6083

#b6767d color RGB value is (182,118,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 01110110 01111101
Octal 266 166 175
Decimal 182 118 125
Hex B6 76 7D

RGB Percentages of Color #b6767d

%42.82
%27.76
%29.41

CMYK Percentages of Color #b6767d

%0
%35
%31
%29

Triadic Colors of #b6767d

#b6767d #7db676 #767db6

Analogous Colors of #b6767d

#b6767d #b68f76 #b6769d

Monochromatic Colors of #b6767d

#b6767d

Complementary Color

#b6767d #76b6af

#b6767d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6767d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6767d Color CSS Codes

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

#b6767d Text Font Color

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

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


#b6767d Background Color

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

This div background color is #b6767d


#b6767d Border Color

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

This div border color is #b6767d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6767d


Comments

No comments written yet.

Please login to write comment.