#B95C64

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

Shades of Blush #B95C64

Tints of Blush #B95C64

Color information

#B95C64 (or 0xB95C64) is unknown color: approx Blush. HEX triplet: B9, 5C and 64. RGB value is (185,92,100). Sum of RGB (Red+Green+Blue) = 185+92+100=377 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.07% from 377); Green value is 92 (36.33% from 255 or 24.40% from 377); Blue value is 100 (39.45% from 255 or 26.53% from 377); Max value from RGB is 185 - color contains mainly: red. Hex color #B95C64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95C64 is #46A39B. Grayscale: #787878. Windows color (decimal): -4629404 or 6577337. OLE color: 6577337.

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

Color convert

RGB18592100-
CMYK00.500.460.27
HSL354.84º39.91%54.31%-
HSV(B)354.84º50.27%72.55%-
XYZ26.1318.8914.33-
YUV120.72116.31173.85-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 49.07%
GREEN value IS 92 (36.33% from 255) = 24.40%
BLUE value IS 100 (39.45% from 255) = 26.53%
R=49.07%
G=24.40%
B=26.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.46
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1859210000.500.460.27354.8439.9154.31
HexB95C640322E1B1632836
Octal27113414406256335435066
Binary1011100110111001100100011001010111011011101100011101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95C64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95C64; }

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

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

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

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

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

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

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

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