#B96270

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

Shades of Blush #B96270

Tints of Blush #B96270

Color information

#B96270 (or 0xB96270) is unknown color: approx Blush. HEX triplet: B9, 62 and 70. RGB value is (185,98,112). Sum of RGB (Red+Green+Blue) = 185+98+112=395 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.84% from 395); Green value is 98 (38.67% from 255 or 24.81% from 395); Blue value is 112 (44.14% from 255 or 28.35% from 395); Max value from RGB is 185 - color contains mainly: red. Hex color #B96270 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96270 is #469D8F. Grayscale: #7D7D7D. Windows color (decimal): -4627856 or 7365305. OLE color: 7365305.

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

Color convert

RGB18598112-
CMYK00.470.390.27
HSL350.34º38.33%55.49%-
HSV(B)350.34º47.03%72.55%-
XYZ27.320.2217.79-
YUV125.61120.32170.36-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.84%
GREEN value IS 98 (38.67% from 255) = 24.81%
BLUE value IS 112 (44.14% from 255) = 28.35%
R=46.84%
G=24.81%
B=28.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1859811200.470.390.27350.3438.3355.49
HexB9627002F271B15e2637
Octal27114216005747335364667
Binary1011100111000101110000010111110011111011101011110100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96270; }

 p { color: rgb(185,98,112); }

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

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

 a { background-color: rgb(185,98,112); }

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

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

 span { border-color: rgb(185,98,112); }

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