#B95A6C

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

Shades of Blush #B95A6C

Tints of Blush #B95A6C

Color information

#B95A6C (or 0xB95A6C) is unknown color: approx Blush. HEX triplet: B9, 5A and 6C. RGB value is (185,90,108). Sum of RGB (Red+Green+Blue) = 185+90+108=383 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.30% from 383); Green value is 90 (35.55% from 255 or 23.50% from 383); Blue value is 108 (42.58% from 255 or 28.20% from 383); Max value from RGB is 185 - color contains mainly: red. Hex color #B95A6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95A6C is #46A593. Grayscale: #787878. Windows color (decimal): -4629908 or 7101113. OLE color: 7101113.

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

Color convert

RGB18590108-
CMYK00.510.420.27
HSL348.63º40.43%53.92%-
HSV(B)348.63º51.35%72.55%-
XYZ26.3718.7116.41-
YUV120.46120.97174.04-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 48.30%
GREEN value IS 90 (35.55% from 255) = 23.50%
BLUE value IS 108 (42.58% from 255) = 28.20%
R=48.30%
G=23.50%
B=28.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1859010800.510.420.27348.6340.4353.92
HexB95A6C0332A1B15d2836
Octal27113215406352335355066
Binary1011100110110101101100011001110101011011101011101101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95A6C; }

 p { color: rgb(185,90,108); }

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

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

 a { background-color: rgb(185,90,108); }

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

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

 span { border-color: rgb(185,90,108); }

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