#B66794

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

Shades of Hopbush #B66794

Tints of Hopbush #B66794

Color information

#B66794 (or 0xB66794) is unknown color: approx Hopbush. HEX triplet: B6, 67 and 94. RGB value is (182,103,148). Sum of RGB (Red+Green+Blue) = 182+103+148=433 (57% of max value = 765). Red value is 182 (71.48% from 255 or 42.03% from 433); Green value is 103 (40.62% from 255 or 23.79% from 433); Blue value is 148 (58.20% from 255 or 34.18% from 433); Max value from RGB is 182 - color contains mainly: red. Hex color #B66794 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B66794 is #49986B. Grayscale: #838383. Windows color (decimal): -4823148 or 9725878. OLE color: 9725878.

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

Color convert

RGB182103148-
CMYK00.430.190.29
HSL325.82º35.11%55.88%-
HSV(B)325.82º43.41%71.37%-
XYZ29.4921.7830.67-
YUV131.75137.17163.84-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.03%
GREEN value IS 103 (40.62% from 255) = 23.79%
BLUE value IS 148 (58.20% from 255) = 34.18%
R=42.03%
G=23.79%
B=34.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.19
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18210314800.430.190.29325.8235.1155.88
HexB6679402B131D1462338
Octal26614722405323355064370
Binary1011011011001111001010001010111001111101101000110100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66794; }

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

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

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

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

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

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

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

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