#B96075

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

Shades of Blush #B96075

Tints of Blush #B96075

Color information

#B96075 (or 0xB96075) is unknown color: approx Blush. HEX triplet: B9, 60 and 75. RGB value is (185,96,117). Sum of RGB (Red+Green+Blue) = 185+96+117=398 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.48% from 398); Green value is 96 (37.89% from 255 or 24.12% from 398); Blue value is 117 (46.09% from 255 or 29.40% from 398); Max value from RGB is 185 - color contains mainly: red. Hex color #B96075 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96075 is #469F8A. Grayscale: #7D7D7D. Windows color (decimal): -4628363 or 7692473. OLE color: 7692473.

HSL color Cylindrical-coordinate representation of color #B96075: hue angle of 345.84º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B96075 is Cyan = 0, Magento = 0.48, Yellow = 0.37 and Black (K on CMYK) = 0.27.

Color convert

RGB18596117-
CMYK00.480.370.27
HSL345.84º38.86%55.1%-
HSV(B)345.84º48.11%72.55%-
XYZ27.419.9619.24-
YUV125123.49170.79-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.48%
GREEN value IS 96 (37.89% from 255) = 24.12%
BLUE value IS 117 (46.09% from 255) = 29.40%
R=46.48%
G=24.12%
B=29.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1859611700.480.370.27345.8438.8655.1
HexB96075030251B15a2737
Octal27114016506045335324767
Binary1011100111000001110101011000010010111011101011010100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96075; }

 p { color: rgb(185,96,117); }

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

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

 a { background-color: rgb(185,96,117); }

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

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

 span { border-color: rgb(185,96,117); }

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