#B66166

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

Shades of Blush #B66166

Tints of Blush #B66166

Color information

#B66166 (or 0xB66166) is unknown color: approx Blush. HEX triplet: B6, 61 and 66. RGB value is (182,97,102). Sum of RGB (Red+Green+Blue) = 182+97+102=381 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.77% from 381); Green value is 97 (38.28% from 255 or 25.46% from 381); Blue value is 102 (40.23% from 255 or 26.77% from 381); Max value from RGB is 182 - color contains mainly: red. Hex color #B66166 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B66166 is #499E99. Grayscale: #7B7B7B. Windows color (decimal): -4824730 or 6709686. OLE color: 6709686.

HSL color Cylindrical-coordinate representation of color #B66166: hue angle of 356.47º 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 #B66166 is Cyan = 0, Magento = 0.47, Yellow = 0.44 and Black (K on CMYK) = 0.29.

Color convert

RGB18297102-
CMYK00.470.440.29
HSL356.47º36.8%54.71%-
HSV(B)356.47º46.7%71.37%-
XYZ25.9619.4514.96-
YUV122.98116.16170.09-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 47.77%
GREEN value IS 97 (38.28% from 255) = 25.46%
BLUE value IS 102 (40.23% from 255) = 26.77%
R=47.77%
G=25.46%
B=26.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.44
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1829710200.470.440.29356.4736.854.71
HexB6616602F2C1D1642537
Octal26614114605754355444567
Binary1011011011000011100110010111110110011101101100100100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66166; }

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

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

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

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

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

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

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

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