#B95A5F

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

Shades of Blush #B95A5F

Tints of Blush #B95A5F

Color information

#B95A5F (or 0xB95A5F) is unknown color: approx Blush. HEX triplet: B9, 5A and 5F. RGB value is (185,90,95). Sum of RGB (Red+Green+Blue) = 185+90+95=370 (49% of max value = 765). Red value is 185 (72.66% from 255 or 50% from 370); Green value is 90 (35.55% from 255 or 24.32% from 370); Blue value is 95 (37.5% from 255 or 25.68% from 370); Max value from RGB is 185 - color contains mainly: red. Hex color #B95A5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95A5F is #46A5A0. Grayscale: #777777. Windows color (decimal): -4629921 or 6249145. OLE color: 6249145.

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

Color convert

RGB1859095-
CMYK00.510.490.27
HSL356.84º40.43%53.92%-
HSV(B)356.84º51.35%72.55%-
XYZ25.7318.4513.03-
YUV118.98114.47175.09-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 50%
GREEN value IS 90 (35.55% from 255) = 24.32%
BLUE value IS 95 (37.5% from 255) = 25.68%
R=50%
G=24.32%
B=25.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185909500.510.490.27356.8440.4353.92
HexB95A5F033311B1652836
Octal27113213706361335455066
Binary1011100110110101011111011001111000111011101100101101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95A5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95A5F; }

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

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

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

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

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

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

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

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