#B95A74

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

Shades of Blush #B95A74

Tints of Blush #B95A74

Color information

#B95A74 (or 0xB95A74) is unknown color: approx Blush. HEX triplet: B9, 5A and 74. RGB value is (185,90,116). Sum of RGB (Red+Green+Blue) = 185+90+116=391 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.31% from 391); Green value is 90 (35.55% from 255 or 23.02% from 391); Blue value is 116 (45.70% from 255 or 29.67% from 391); Max value from RGB is 185 - color contains mainly: red. Hex color #B95A74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95A74 is #46A58B. Grayscale: #797979. Windows color (decimal): -4629900 or 7625401. OLE color: 7625401.

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

Color convert

RGB18590116-
CMYK00.510.370.27
HSL343.58º40.43%53.92%-
HSV(B)343.58º51.35%72.55%-
XYZ26.8218.8918.76-
YUV121.37124.97173.39-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 47.31%
GREEN value IS 90 (35.55% from 255) = 23.02%
BLUE value IS 116 (45.70% from 255) = 29.67%
R=47.31%
G=23.02%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1859011600.510.370.27343.5840.4353.92
HexB95A74033251B1582836
Octal27113216406345335305066
Binary1011100110110101110100011001110010111011101011000101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95A74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95A74; }

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

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

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

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

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

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

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

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