Color Hex Logo

#b0646e Color Hex

#B0646E
(176,100,110)
0 Favorites   0 Comments

Color spaces of #b0646e

RGB 176100110
HSL0.980.320.54
HSV352°43°69°
CMYK 0.000.430.38   0.31
XYZ25.276119.470217.1778
Yxy19.47020.40820.3144
Hunter Lab44.125025.03117.8060
CIE-Lab51.232831.73757.8502

#b0646e color RGB value is (176,100,110).

#b0646e hex color red value is 176, green value is 100 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #b0646e hue: 0.98 , saturation: 0.32 and the lightness value of b0646e is 0.54.

The process color (four color CMYK) of #b0646e color hex is 0.00, 0.43, 0.38, 0.31. Web safe color of #b0646e is #996666. Color #b0646e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01100100 01101110
Octal 260 144 156
Decimal 176 100 110
Hex B0 64 6E

RGB Percentages of Color #b0646e

%45.60
%25.91
%28.50

CMYK Percentages of Color #b0646e

%0
%43
%38
%31

Triadic Colors of #b0646e

#b0646e #6eb064 #646eb0

Analogous Colors of #b0646e

#b0646e #b08064 #b06494

Monochromatic Colors of #b0646e

#b0646e

Complementary Color

#b0646e #64b0a6

#b0646e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0646e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0646e Color CSS Codes

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

#b0646e Text Font Color

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

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


#b0646e Background Color

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

This div background color is #b0646e


#b0646e Border Color

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

This div border color is #b0646e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(176,100,110, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b0646e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b0646e;
  -webkit-box-shadow: 1px 1px 3px 2px #b0646e;
  box-shadow:         1px 1px 3px 2px #b0646e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,100,110, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0646e


Comments

No comments written yet.

Please login to write comment.