#B9606F

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

Shades of Blush #B9606F

Tints of Blush #B9606F

Color information

#B9606F (or 0xB9606F) is unknown color: approx Blush. HEX triplet: B9, 60 and 6F. RGB value is (185,96,111). Sum of RGB (Red+Green+Blue) = 185+96+111=392 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.19% from 392); Green value is 96 (37.89% from 255 or 24.49% from 392); Blue value is 111 (43.75% from 255 or 28.32% from 392); Max value from RGB is 185 - color contains mainly: red. Hex color #B9606F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9606F is #469F90. Grayscale: #7C7C7C. Windows color (decimal): -4628369 or 7299257. OLE color: 7299257.

HSL color Cylindrical-coordinate representation of color #B9606F: hue angle of 349.89º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B9606F is Cyan = 0, Magento = 0.48, Yellow = 0.4 and Black (K on CMYK) = 0.27.

Color convert

RGB18596111-
CMYK00.480.40.27
HSL349.89º38.86%55.1%-
HSV(B)349.89º48.11%72.55%-
XYZ27.0619.8317.44-
YUV124.32120.49171.28-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 47.19%
GREEN value IS 96 (37.89% from 255) = 24.49%
BLUE value IS 111 (43.75% from 255) = 28.32%
R=47.19%
G=24.49%
B=28.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.4
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1859611100.480.40.27349.8938.8655.1
HexB9606F030281B15e2737
Octal27114015706050335364767
Binary1011100111000001101111011000010100011011101011110100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9606F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9606F; }

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

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

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

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

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

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

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

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