#B9636F

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

Shades of Blush #B9636F

Tints of Blush #B9636F

Color information

#B9636F (or 0xB9636F) is unknown color: approx Blush. HEX triplet: B9, 63 and 6F. RGB value is (185,99,111). Sum of RGB (Red+Green+Blue) = 185+99+111=395 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.84% from 395); Green value is 99 (39.06% from 255 or 25.06% from 395); Blue value is 111 (43.75% from 255 or 28.10% from 395); Max value from RGB is 185 - color contains mainly: red. Hex color #B9636F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9636F is #469C90. Grayscale: #7E7E7E. Windows color (decimal): -4627601 or 7300025. OLE color: 7300025.

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

Color convert

RGB18599111-
CMYK00.460.40.27
HSL351.63º38.05%55.69%-
HSV(B)351.63º46.49%72.55%-
XYZ27.3420.3917.53-
YUV126.08119.49170.02-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.84%
GREEN value IS 99 (39.06% from 255) = 25.06%
BLUE value IS 111 (43.75% from 255) = 28.10%
R=46.84%
G=25.06%
B=28.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.4
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1859911100.460.40.27351.6338.0555.69
HexB9636F02E281B1602638
Octal27114315705650335404670
Binary1011100111000111101111010111010100011011101100000100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9636F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9636F; }

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

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

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

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

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

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

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

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