#B66695

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

Shades of Hopbush #B66695

Tints of Hopbush #B66695

Color information

#B66695 (or 0xB66695) is unknown color: approx Hopbush. HEX triplet: B6, 66 and 95. RGB value is (182,102,149). Sum of RGB (Red+Green+Blue) = 182+102+149=433 (57% of max value = 765). Red value is 182 (71.48% from 255 or 42.03% from 433); Green value is 102 (40.23% from 255 or 23.56% from 433); Blue value is 149 (58.59% from 255 or 34.41% from 433); Max value from RGB is 182 - color contains mainly: red. Hex color #B66695 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B66695 is #49996A. Grayscale: #838383. Windows color (decimal): -4823403 or 9791158. OLE color: 9791158.

HSL color Cylindrical-coordinate representation of color #B66695: hue angle of 324.75º 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 #B66695 is Cyan = 0, Magento = 0.44, Yellow = 0.18 and Black (K on CMYK) = 0.29.

Color convert

RGB182102149-
CMYK00.440.180.29
HSL324.75º35.4%55.69%-
HSV(B)324.75º43.96%71.37%-
XYZ29.4721.6231.05-
YUV131.28138164.18-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.03%
GREEN value IS 102 (40.23% from 255) = 23.56%
BLUE value IS 149 (58.59% from 255) = 34.41%
R=42.03%
G=23.56%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18210214900.440.180.29324.7535.455.69
HexB6669502C121D1452338
Octal26614622505422355054370
Binary1011011011001101001010101011001001011101101000101100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66695; }

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

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

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

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

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

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

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

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