#B95962

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

Shades of Blush #B95962

Tints of Blush #B95962

Color information

#B95962 (or 0xB95962) is unknown color: approx Blush. HEX triplet: B9, 59 and 62. RGB value is (185,89,98). Sum of RGB (Red+Green+Blue) = 185+89+98=372 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.73% from 372); Green value is 89 (35.16% from 255 or 23.92% from 372); Blue value is 98 (38.67% from 255 or 26.34% from 372); Max value from RGB is 185 - color contains mainly: red. Hex color #B95962 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95962 is #46A69D. Grayscale: #767676. Windows color (decimal): -4630174 or 6445497. OLE color: 6445497.

HSL color Cylindrical-coordinate representation of color #B95962: hue angle of 354.38º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B95962 is Cyan = 0, Magento = 0.52, Yellow = 0.47 and Black (K on CMYK) = 0.27.

Color convert

RGB1858998-
CMYK00.520.470.27
HSL354.38º40.68%53.73%-
HSV(B)354.38º51.89%72.55%-
XYZ25.7818.3413.74-
YUV118.73116.3175.27-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 49.73%
GREEN value IS 89 (35.16% from 255) = 23.92%
BLUE value IS 98 (38.67% from 255) = 26.34%
R=49.73%
G=23.92%
B=26.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.47
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185899800.520.470.27354.3840.6853.73
HexB959620342F1B1622936
Octal27113114206457335425166
Binary1011100110110011100010011010010111111011101100010101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95962; }

 p { color: rgb(185,89,98); }

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

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

 a { background-color: rgb(185,89,98); }

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

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

 span { border-color: rgb(185,89,98); }

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