#B95A65

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

Shades of Blush #B95A65

Tints of Blush #B95A65

Color information

#B95A65 (or 0xB95A65) is unknown color: approx Blush. HEX triplet: B9, 5A and 65. RGB value is (185,90,101). Sum of RGB (Red+Green+Blue) = 185+90+101=376 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.20% from 376); Green value is 90 (35.55% from 255 or 23.94% from 376); Blue value is 101 (39.84% from 255 or 26.86% from 376); Max value from RGB is 185 - color contains mainly: red. Hex color #B95A65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95A65 is #46A59A. Grayscale: #777777. Windows color (decimal): -4629915 or 6642361. OLE color: 6642361.

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

Color convert

RGB18590101-
CMYK00.510.450.27
HSL353.05º40.43%53.92%-
HSV(B)353.05º51.35%72.55%-
XYZ26.0118.5714.52-
YUV119.66117.47174.61-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 49.20%
GREEN value IS 90 (35.55% from 255) = 23.94%
BLUE value IS 101 (39.84% from 255) = 26.86%
R=49.20%
G=23.94%
B=26.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1859010100.510.450.27353.0540.4353.92
HexB95A650332D1B1612836
Octal27113214506355335415066
Binary1011100110110101100101011001110110111011101100001101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95A65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95A65; }

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

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

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

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

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

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

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

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