#B0606F

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

Shades of Blush #B0606F

Tints of Blush #B0606F

Color information

#B0606F (or 0xB0606F) is unknown color: approx Blush. HEX triplet: B0, 60 and 6F. RGB value is (176,96,111). Sum of RGB (Red+Green+Blue) = 176+96+111=383 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.95% from 383); Green value is 96 (37.89% from 255 or 25.07% from 383); Blue value is 111 (43.75% from 255 or 28.98% from 383); Max value from RGB is 176 - color contains mainly: red. Hex color #B0606F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0606F is #4F9F90. Grayscale: #797979. Windows color (decimal): -5218193 or 7299248. OLE color: 7299248.

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

Color convert

RGB17696111-
CMYK00.450.370.31
HSL348.75º33.61%53.33%-
HSV(B)348.75º45.45%69.02%-
XYZ24.9618.7417.34-
YUV121.63122166.78-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.95%
GREEN value IS 96 (37.89% from 255) = 25.07%
BLUE value IS 111 (43.75% from 255) = 28.98%
R=45.95%
G=25.07%
B=28.98%

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
Decimal1769611100.450.370.31348.7533.6153.33
HexB0606F02D251F15d2235
Octal26014015705545375354265
Binary1011000011000001101111010110110010111111101011101100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0606F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0606F; }

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

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

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

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

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

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

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

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