#B96263

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

Shades of Blush #B96263

Tints of Blush #B96263

Color information

#B96263 (or 0xB96263) is unknown color: approx Blush. HEX triplet: B9, 62 and 63. RGB value is (185,98,99). Sum of RGB (Red+Green+Blue) = 185+98+99=382 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.43% from 382); Green value is 98 (38.67% from 255 or 25.65% from 382); Blue value is 99 (39.06% from 255 or 25.92% from 382); Max value from RGB is 185 - color contains mainly: red. Hex color #B96263 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96263 is #469D9C. Grayscale: #7C7C7C. Windows color (decimal): -4627869 or 6513337. OLE color: 6513337.

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

Color convert

RGB1859899-
CMYK00.470.460.27
HSL359.31º38.33%55.49%-
HSV(B)359.31º47.03%72.55%-
XYZ26.6319.9514.25-
YUV124.13113.82171.42-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 48.43%
GREEN value IS 98 (38.67% from 255) = 25.65%
BLUE value IS 99 (39.06% from 255) = 25.92%
R=48.43%
G=25.65%
B=25.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.46
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185989900.470.460.27359.3138.3355.49
HexB9626302F2E1B1672637
Octal27114214305756335474667
Binary1011100111000101100011010111110111011011101100111100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96263; }

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

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

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

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

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

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

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

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