#B9606D

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

Shades of Blush #B9606D

Tints of Blush #B9606D

Color information

#B9606D (or 0xB9606D) is unknown color: approx Blush. HEX triplet: B9, 60 and 6D. RGB value is (185,96,109). Sum of RGB (Red+Green+Blue) = 185+96+109=390 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.44% from 390); Green value is 96 (37.89% from 255 or 24.62% from 390); Blue value is 109 (42.97% from 255 or 27.95% from 390); Max value from RGB is 185 - color contains mainly: red. Hex color #B9606D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9606D is #469F92. Grayscale: #7C7C7C. Windows color (decimal): -4628371 or 7168185. OLE color: 7168185.

HSL color Cylindrical-coordinate representation of color #B9606D: hue angle of 351.24º 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 #B9606D is Cyan = 0, Magento = 0.48, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB18596109-
CMYK00.480.410.27
HSL351.24º38.86%55.1%-
HSV(B)351.24º48.11%72.55%-
XYZ26.9519.7816.87-
YUV124.09119.49171.44-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 47.44%
GREEN value IS 96 (37.89% from 255) = 24.62%
BLUE value IS 109 (42.97% from 255) = 27.95%
R=47.44%
G=24.62%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1859610900.480.410.27351.2438.8655.1
HexB9606D030291B15f2737
Octal27114015506051335374767
Binary1011100111000001101101011000010100111011101011111100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9606D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9606D; }

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

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

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

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

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

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

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

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