#B96597

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

Shades of Hopbush #B96597

Tints of Hopbush #B96597

Color information

#B96597 (or 0xB96597) is unknown color: approx Hopbush. HEX triplet: B9, 65 and 97. RGB value is (185,101,151). Sum of RGB (Red+Green+Blue) = 185+101+151=437 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.33% from 437); Green value is 101 (39.84% from 255 or 23.11% from 437); Blue value is 151 (59.38% from 255 or 34.55% from 437); Max value from RGB is 185 - color contains mainly: red. Hex color #B96597 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96597 is #469A68. Grayscale: #838383. Windows color (decimal): -4627049 or 9921977. OLE color: 9921977.

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

Color convert

RGB185101151-
CMYK00.450.180.27
HSL324.29º37.5%56.08%-
HSV(B)324.29º45.41%72.55%-
XYZ30.2521.8631.9-
YUV131.82138.83165.93-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.33%
GREEN value IS 101 (39.84% from 255) = 23.11%
BLUE value IS 151 (59.38% from 255) = 34.55%
R=42.33%
G=23.11%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18510115100.450.180.27324.2937.556.08
HexB9659702D121B1442638
Octal27114522705522335044670
Binary1011100111001011001011101011011001011011101000100100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96597; }

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

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

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

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

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

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

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

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