#B0606E

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

Shades of Blush #B0606E

Tints of Blush #B0606E

Color information

#B0606E (or 0xB0606E) is unknown color: approx Blush. HEX triplet: B0, 60 and 6E. RGB value is (176,96,110). Sum of RGB (Red+Green+Blue) = 176+96+110=382 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.07% from 382); Green value is 96 (37.89% from 255 or 25.13% from 382); Blue value is 110 (43.36% from 255 or 28.80% from 382); Max value from RGB is 176 - color contains mainly: red. Hex color #B0606E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0606E is #4F9F91. Grayscale: #797979. Windows color (decimal): -5218194 or 7233712. OLE color: 7233712.

HSL color Cylindrical-coordinate representation of color #B0606E: hue angle of 349.5º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B0606E is Cyan = 0, Magento = 0.45, Yellow = 0.37 and Black (K on CMYK) = 0.31.

Color convert

RGB17696110-
CMYK00.450.370.31
HSL349.5º33.61%53.33%-
HSV(B)349.5º45.45%69.02%-
XYZ24.918.7217.05-
YUV121.52121.5166.86-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 46.07%
GREEN value IS 96 (37.89% from 255) = 25.13%
BLUE value IS 110 (43.36% from 255) = 28.80%
R=46.07%
G=25.13%
B=28.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1769611000.450.370.31349.533.6153.33
HexB0606E02D251F15e2235
Octal26014015605545375364265
Binary1011000011000001101110010110110010111111101011110100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0606E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0606E; }

 p { color: rgb(176,96,110); }

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

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

 a { background-color: rgb(176,96,110); }

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

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

 span { border-color: rgb(176,96,110); }

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