#B96168

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

Shades of Blush #B96168

Tints of Blush #B96168

Color information

#B96168 (or 0xB96168) is unknown color: approx Blush. HEX triplet: B9, 61 and 68. RGB value is (185,97,104). Sum of RGB (Red+Green+Blue) = 185+97+104=386 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.93% from 386); Green value is 97 (38.28% from 255 or 25.13% from 386); Blue value is 104 (41.02% from 255 or 26.94% from 386); Max value from RGB is 185 - color contains mainly: red. Hex color #B96168 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96168 is #469E97. Grayscale: #7C7C7C. Windows color (decimal): -4628120 or 6840761. OLE color: 6840761.

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

Color convert

RGB18597104-
CMYK00.480.440.27
HSL355.23º38.6%55.29%-
HSV(B)355.23º47.57%72.55%-
XYZ26.7819.8615.52-
YUV124.11116.65171.43-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 47.93%
GREEN value IS 97 (38.28% from 255) = 25.13%
BLUE value IS 104 (41.02% from 255) = 26.94%
R=47.93%
G=25.13%
B=26.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1859710400.480.440.27355.2338.655.29
HexB961680302C1B1632737
Octal27114115006054335434767
Binary1011100111000011101000011000010110011011101100011100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96168; }

 p { color: rgb(185,97,104); }

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

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

 a { background-color: rgb(185,97,104); }

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

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

 span { border-color: rgb(185,97,104); }

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