#B95A5E

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

Shades of Blush #B95A5E

Tints of Blush #B95A5E

Color information

#B95A5E (or 0xB95A5E) is unknown color: approx Blush. HEX triplet: B9, 5A and 5E. RGB value is (185,90,94). Sum of RGB (Red+Green+Blue) = 185+90+94=369 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.14% from 369); Green value is 90 (35.55% from 255 or 24.39% from 369); Blue value is 94 (37.11% from 255 or 25.47% from 369); Max value from RGB is 185 - color contains mainly: red. Hex color #B95A5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95A5E is #46A5A1. Grayscale: #767676. Windows color (decimal): -4629922 or 6183609. OLE color: 6183609.

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

Color convert

RGB1859094-
CMYK00.510.490.27
HSL357.47º40.43%53.92%-
HSV(B)357.47º51.35%72.55%-
XYZ25.6818.4312.79-
YUV118.86113.97175.17-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 50.14%
GREEN value IS 90 (35.55% from 255) = 24.39%
BLUE value IS 94 (37.11% from 255) = 25.47%
R=50.14%
G=24.39%
B=25.47%

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
Decimal185909400.510.490.27357.4740.4353.92
HexB95A5E033311B1652836
Octal27113213606361335455066
Binary1011100110110101011110011001111000111011101100101101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95A5E; }

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

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

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

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

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

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

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

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