#B96797

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

Shades of Hopbush #B96797

Tints of Hopbush #B96797

Color information

#B96797 (or 0xB96797) is unknown color: approx Hopbush. HEX triplet: B9, 67 and 97. RGB value is (185,103,151). Sum of RGB (Red+Green+Blue) = 185+103+151=439 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.14% from 439); Green value is 103 (40.62% from 255 or 23.46% from 439); Blue value is 151 (59.38% from 255 or 34.40% from 439); Max value from RGB is 185 - color contains mainly: red. Hex color #B96797 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96797 is #469868. Grayscale: #848484. Windows color (decimal): -4626537 or 9922489. OLE color: 9922489.

HSL color Cylindrical-coordinate representation of color #B96797: hue angle of 324.88º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B96797 is Cyan = 0, Magento = 0.44, Yellow = 0.18 and Black (K on CMYK) = 0.27.

Color convert

RGB185103151-
CMYK00.440.180.27
HSL324.88º36.94%56.47%-
HSV(B)324.88º44.32%72.55%-
XYZ30.4422.2531.97-
YUV132.99138.17165.1-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.14%
GREEN value IS 103 (40.62% from 255) = 23.46%
BLUE value IS 151 (59.38% from 255) = 34.40%
R=42.14%
G=23.46%
B=34.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18510315100.440.180.27324.8836.9456.47
HexB9679702C121B1452538
Octal27114722705422335054570
Binary1011100111001111001011101011001001011011101000101100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96797

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96797; }

 p { color: rgb(185,103,151); }

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

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

 a { background-color: rgb(185,103,151); }

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

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

 span { border-color: rgb(185,103,151); }

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