#B66694

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

Shades of Hopbush #B66694

Tints of Hopbush #B66694

Color information

#B66694 (or 0xB66694) is unknown color: approx Hopbush. HEX triplet: B6, 66 and 94. RGB value is (182,102,148). Sum of RGB (Red+Green+Blue) = 182+102+148=432 (57% of max value = 765). Red value is 182 (71.48% from 255 or 42.13% from 432); Green value is 102 (40.23% from 255 or 23.61% from 432); Blue value is 148 (58.20% from 255 or 34.26% from 432); Max value from RGB is 182 - color contains mainly: red. Hex color #B66694 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B66694 is #49996B. Grayscale: #838383. Windows color (decimal): -4823404 or 9725622. OLE color: 9725622.

HSL color Cylindrical-coordinate representation of color #B66694: hue angle of 325.5º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B66694 is Cyan = 0, Magento = 0.44, Yellow = 0.19 and Black (K on CMYK) = 0.29.

Color convert

RGB182102148-
CMYK00.440.190.29
HSL325.5º35.4%55.69%-
HSV(B)325.5º43.96%71.37%-
XYZ29.3921.5930.63-
YUV131.16137.5164.26-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.13%
GREEN value IS 102 (40.23% from 255) = 23.61%
BLUE value IS 148 (58.20% from 255) = 34.26%
R=42.13%
G=23.61%
B=34.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.19
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18210214800.440.190.29325.535.455.69
HexB6669402C131D1462338
Octal26614622405423355064370
Binary1011011011001101001010001011001001111101101000110100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66694; }

 p { color: rgb(182,102,148); }

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

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

 a { background-color: rgb(182,102,148); }

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

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

 span { border-color: rgb(182,102,148); }

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