#B66171

Color #B66171 Blush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blush #B66171

Tints of Blush #B66171

Color information

#B66171 (or 0xB66171) is unknown color: approx Blush. HEX triplet: B6, 61 and 71. RGB value is (182,97,113). Sum of RGB (Red+Green+Blue) = 182+97+113=392 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.43% from 392); Green value is 97 (38.28% from 255 or 24.74% from 392); Blue value is 113 (44.53% from 255 or 28.83% from 392); Max value from RGB is 182 - color contains mainly: red. Hex color #B66171 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B66171 is #499E8E. Grayscale: #7C7C7C. Windows color (decimal): -4824719 or 7430582. OLE color: 7430582.

HSL color Cylindrical-coordinate representation of color #B66171: hue angle of 348.71º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B66171 is Cyan = 0, Magento = 0.47, Yellow = 0.38 and Black (K on CMYK) = 0.29.

Color convert

RGB18297113-
CMYK00.470.380.29
HSL348.71º36.8%54.71%-
HSV(B)348.71º46.7%71.37%-
XYZ26.5519.6918.02-
YUV124.24121.66169.2-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 182 (71.48% from 255) = 46.43%
GREEN value IS 97 (38.28% from 255) = 24.74%
BLUE value IS 113 (44.53% from 255) = 28.83%
R=46.43%
G=24.74%
B=28.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1829711300.470.380.29348.7136.854.71
HexB6617102F261D15d2537
Octal26614116105746355354567
Binary1011011011000011110001010111110011011101101011101100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66171; }

 p { color: rgb(182,97,113); }

 H1.HeaderClassName
 {
   color: #B66171;
 }
 .AnyTagClassName
 {
   color: #B66171;
 }
</style>
background-color css

<style>
 a { background-color: #B66171; }

 a { background-color: rgb(182,97,113); }

 div.DivClassName
 {
   background-color: #B66171;
 }
 .BgClassName
 {
   background-color: #B66171;
 }
</style>
border-color css

<style>
 span { border-color: #B66171; }

 span { border-color: rgb(182,97,113); }

 td.TdClassName
 {
   border-color: #B66171;
 }
 .TagClassName
 {
   border-color: #B66171;
 }
</style>