#B96264

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

Shades of Blush #B96264

Tints of Blush #B96264

Color information

#B96264 (or 0xB96264) is unknown color: approx Blush. HEX triplet: B9, 62 and 64. RGB value is (185,98,100). Sum of RGB (Red+Green+Blue) = 185+98+100=383 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.30% from 383); Green value is 98 (38.67% from 255 or 25.59% from 383); Blue value is 100 (39.45% from 255 or 26.11% from 383); Max value from RGB is 185 - color contains mainly: red. Hex color #B96264 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96264 is #469D9B. Grayscale: #7C7C7C. Windows color (decimal): -4627868 or 6578873. OLE color: 6578873.

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

Color convert

RGB18598100-
CMYK00.470.460.27
HSL358.62º38.33%55.49%-
HSV(B)358.62º47.03%72.55%-
XYZ26.6819.9714.51-
YUV124.24114.32171.34-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 48.30%
GREEN value IS 98 (38.67% from 255) = 25.59%
BLUE value IS 100 (39.45% from 255) = 26.11%
R=48.30%
G=25.59%
B=26.11%

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
Decimal1859810000.470.460.27358.6238.3355.49
HexB9626402F2E1B1672637
Octal27114214405756335474667
Binary1011100111000101100100010111110111011011101100111100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96264; }

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

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

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

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

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

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

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

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