#B95C62

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

Shades of Blush #B95C62

Tints of Blush #B95C62

Color information

#B95C62 (or 0xB95C62) is unknown color: approx Blush. HEX triplet: B9, 5C and 62. RGB value is (185,92,98). Sum of RGB (Red+Green+Blue) = 185+92+98=375 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.33% from 375); Green value is 92 (36.33% from 255 or 24.53% from 375); Blue value is 98 (38.67% from 255 or 26.13% from 375); Max value from RGB is 185 - color contains mainly: red. Hex color #B95C62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95C62 is #46A39D. Grayscale: #787878. Windows color (decimal): -4629406 or 6446265. OLE color: 6446265.

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

Color convert

RGB1859298-
CMYK00.500.470.27
HSL356.13º39.91%54.31%-
HSV(B)356.13º50.27%72.55%-
XYZ26.0418.8513.82-
YUV120.49115.31174.01-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 49.33%
GREEN value IS 92 (36.33% from 255) = 24.53%
BLUE value IS 98 (38.67% from 255) = 26.13%
R=49.33%
G=24.53%
B=26.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.47
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185929800.500.470.27356.1339.9154.31
HexB95C620322F1B1642836
Octal27113414206257335445066
Binary1011100110111001100010011001010111111011101100100101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95C62; }

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

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

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

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

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

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

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

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