#B95D5F

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

Shades of Blush #B95D5F

Tints of Blush #B95D5F

Color information

#B95D5F (or 0xB95D5F) is unknown color: approx Blush. HEX triplet: B9, 5D and 5F. RGB value is (185,93,95). Sum of RGB (Red+Green+Blue) = 185+93+95=373 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.60% from 373); Green value is 93 (36.72% from 255 or 24.93% from 373); Blue value is 95 (37.5% from 255 or 25.47% from 373); Max value from RGB is 185 - color contains mainly: red. Hex color #B95D5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95D5F is #46A2A0. Grayscale: #787878. Windows color (decimal): -4629153 or 6249913. OLE color: 6249913.

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

Color convert

RGB1859395-
CMYK00.500.490.27
HSL358.7º39.66%54.51%-
HSV(B)358.7º49.73%72.55%-
XYZ25.9918.9713.12-
YUV120.74113.48173.84-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 49.60%
GREEN value IS 93 (36.72% from 255) = 24.93%
BLUE value IS 95 (37.5% from 255) = 25.47%
R=49.60%
G=24.93%
B=25.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185939500.500.490.27358.739.6654.51
HexB95D5F032311B1672837
Octal27113513706261335475067
Binary1011100110111011011111011001011000111011101100111101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95D5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95D5F; }

 p { color: rgb(185,93,95); }

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

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

 a { background-color: rgb(185,93,95); }

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

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

 span { border-color: rgb(185,93,95); }

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