#B66497

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

Shades of Hopbush #B66497

Tints of Hopbush #B66497

Color information

#B66497 (or 0xB66497) is unknown color: approx Hopbush. HEX triplet: B6, 64 and 97. RGB value is (182,100,151). Sum of RGB (Red+Green+Blue) = 182+100+151=433 (57% of max value = 765). Red value is 182 (71.48% from 255 or 42.03% from 433); Green value is 100 (39.45% from 255 or 23.09% from 433); Blue value is 151 (59.38% from 255 or 34.87% from 433); Max value from RGB is 182 - color contains mainly: red. Hex color #B66497 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B66497 is #499B68. Grayscale: #828282. Windows color (decimal): -4823913 or 9921718. OLE color: 9921718.

HSL color Cylindrical-coordinate representation of color #B66497: hue angle of 322.68º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B66497 is Cyan = 0, Magento = 0.45, Yellow = 0.17 and Black (K on CMYK) = 0.29.

Color convert

RGB182100151-
CMYK00.450.170.29
HSL322.68º35.96%55.29%-
HSV(B)322.68º45.05%71.37%-
XYZ29.4321.2931.84-
YUV130.33139.67164.85-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.03%
GREEN value IS 100 (39.45% from 255) = 23.09%
BLUE value IS 151 (59.38% from 255) = 34.87%
R=42.03%
G=23.09%
B=34.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.17
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18210015100.450.170.29322.6835.9655.29
HexB6649702D111D1432437
Octal26614422705521355034467
Binary1011011011001001001011101011011000111101101000011100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66497; }

 p { color: rgb(182,100,151); }

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

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

 a { background-color: rgb(182,100,151); }

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

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

 span { border-color: rgb(182,100,151); }

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