#B96074

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

Shades of Blush #B96074

Tints of Blush #B96074

Color information

#B96074 (or 0xB96074) is unknown color: approx Blush. HEX triplet: B9, 60 and 74. RGB value is (185,96,116). Sum of RGB (Red+Green+Blue) = 185+96+116=397 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.60% from 397); Green value is 96 (37.89% from 255 or 24.18% from 397); Blue value is 116 (45.70% from 255 or 29.22% from 397); Max value from RGB is 185 - color contains mainly: red. Hex color #B96074 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96074 is #469F8B. Grayscale: #7C7C7C. Windows color (decimal): -4628364 or 7626937. OLE color: 7626937.

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

Color convert

RGB18596116-
CMYK00.480.370.27
HSL346.52º38.86%55.1%-
HSV(B)346.52º48.11%72.55%-
XYZ27.3419.9418.93-
YUV124.89122.99170.87-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.60%
GREEN value IS 96 (37.89% from 255) = 24.18%
BLUE value IS 116 (45.70% from 255) = 29.22%
R=46.60%
G=24.18%
B=29.22%

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
Decimal1859611600.480.370.27346.5238.8655.1
HexB96074030251B15b2737
Octal27114016406045335334767
Binary1011100111000001110100011000010010111011101011011100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96074; }

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

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

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

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

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

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

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

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