#B96073

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

Shades of Blush #B96073

Tints of Blush #B96073

Color information

#B96073 (or 0xB96073) is unknown color: approx Blush. HEX triplet: B9, 60 and 73. RGB value is (185,96,115). Sum of RGB (Red+Green+Blue) = 185+96+115=396 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.72% from 396); Green value is 96 (37.89% from 255 or 24.24% from 396); Blue value is 115 (45.31% from 255 or 29.04% from 396); Max value from RGB is 185 - color contains mainly: red. Hex color #B96073 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96073 is #469F8C. Grayscale: #7C7C7C. Windows color (decimal): -4628365 or 7561401. OLE color: 7561401.

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

Color convert

RGB18596115-
CMYK00.480.380.27
HSL347.19º38.86%55.1%-
HSV(B)347.19º48.11%72.55%-
XYZ27.2819.9218.63-
YUV124.78122.49170.96-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.72%
GREEN value IS 96 (37.89% from 255) = 24.24%
BLUE value IS 115 (45.31% from 255) = 29.04%
R=46.72%
G=24.24%
B=29.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.38
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1859611500.480.380.27347.1938.8655.1
HexB96073030261B15b2737
Octal27114016306046335334767
Binary1011100111000001110011011000010011011011101011011100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96073; }

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

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

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

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

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

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

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

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