#B46066

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

Shades of Blush #B46066

Tints of Blush #B46066

Color information

#B46066 (or 0xB46066) is unknown color: approx Blush. HEX triplet: B4, 60 and 66. RGB value is (180,96,102). Sum of RGB (Red+Green+Blue) = 180+96+102=378 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.62% from 378); Green value is 96 (37.89% from 255 or 25.40% from 378); Blue value is 102 (40.23% from 255 or 26.98% from 378); Max value from RGB is 180 - color contains mainly: red. Hex color #B46066 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46066 is #4B9F99. Grayscale: #797979. Windows color (decimal): -4956058 or 6709428. OLE color: 6709428.

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

Color convert

RGB18096102-
CMYK00.470.430.29
HSL355.71º35.9%54.12%-
HSV(B)355.71º46.67%70.59%-
XYZ25.419.0314.9-
YUV121.8116.83169.51-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.62%
GREEN value IS 96 (37.89% from 255) = 25.40%
BLUE value IS 102 (40.23% from 255) = 26.98%
R=47.62%
G=25.40%
B=26.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1809610200.470.430.29355.7135.954.12
HexB4606602F2B1D1642436
Octal26414014605753355444466
Binary1011010011000001100110010111110101111101101100100100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46066; }

 p { color: rgb(180,96,102); }

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

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

 a { background-color: rgb(180,96,102); }

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

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

 span { border-color: rgb(180,96,102); }

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