#B97996

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

Shades of Hopbush #B97996

Tints of Hopbush #B97996

Color information

#B97996 (or 0xB97996) is unknown color: approx Hopbush. HEX triplet: B9, 79 and 96. RGB value is (185,121,150). Sum of RGB (Red+Green+Blue) = 185+121+150=456 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.57% from 456); Green value is 121 (47.66% from 255 or 26.54% from 456); Blue value is 150 (58.98% from 255 or 32.89% from 456); Max value from RGB is 185 - color contains mainly: red. Hex color #B97996 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97996 is #468669. Grayscale: #8F8F8F. Windows color (decimal): -4621930 or 9861561. OLE color: 9861561.

HSL color Cylindrical-coordinate representation of color #B97996: hue angle of 332.81º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B97996 is Cyan = 0, Magento = 0.35, Yellow = 0.19 and Black (K on CMYK) = 0.27.

Color convert

RGB185121150-
CMYK00.350.190.27
HSL332.81º31.37%60%-
HSV(B)332.81º34.59%72.55%-
XYZ32.3526.1932.2-
YUV143.44131.7157.64-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.57%
GREEN value IS 121 (47.66% from 255) = 26.54%
BLUE value IS 150 (58.98% from 255) = 32.89%
R=40.57%
G=26.54%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18512115000.350.190.27332.8131.3760
HexB97996023131B14d1f3c
Octal27117122604323335153774
Binary101110011111001100101100100011100111101110100110111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97996; }

 p { color: rgb(185,121,150); }

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

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

 a { background-color: rgb(185,121,150); }

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

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

 span { border-color: rgb(185,121,150); }

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