#B0606A

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

Shades of Blush #B0606A

Tints of Blush #B0606A

Color information

#B0606A (or 0xB0606A) is unknown color: approx Blush. HEX triplet: B0, 60 and 6A. RGB value is (176,96,106). Sum of RGB (Red+Green+Blue) = 176+96+106=378 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.56% from 378); Green value is 96 (37.89% from 255 or 25.40% from 378); Blue value is 106 (41.80% from 255 or 28.04% from 378); Max value from RGB is 176 - color contains mainly: red. Hex color #B0606A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0606A is #4F9F95. Grayscale: #797979. Windows color (decimal): -5218198 or 6971568. OLE color: 6971568.

HSL color Cylindrical-coordinate representation of color #B0606A: hue angle of 352.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 #B0606A is Cyan = 0, Magento = 0.45, Yellow = 0.40 and Black (K on CMYK) = 0.31.

Color convert

RGB17696106-
CMYK00.450.400.31
HSL352.5º33.61%53.33%-
HSV(B)352.5º45.45%69.02%-
XYZ24.6918.6415.93-
YUV121.06119.5167.19-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 46.56%
GREEN value IS 96 (37.89% from 255) = 25.40%
BLUE value IS 106 (41.80% from 255) = 28.04%
R=46.56%
G=25.40%
B=28.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.40
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1769610600.450.400.31352.533.6153.33
HexB0606A02D281F1602235
Octal26014015205550375404265
Binary1011000011000001101010010110110100011111101100000100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0606A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0606A; }

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

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

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

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

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

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

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

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