#B66993

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

Shades of Hopbush #B66993

Tints of Hopbush #B66993

Color information

#B66993 (or 0xB66993) is unknown color: approx Hopbush. HEX triplet: B6, 69 and 93. RGB value is (182,105,147). Sum of RGB (Red+Green+Blue) = 182+105+147=434 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.94% from 434); Green value is 105 (41.41% from 255 or 24.19% from 434); Blue value is 147 (57.81% from 255 or 33.87% from 434); Max value from RGB is 182 - color contains mainly: red. Hex color #B66993 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B66993 is #49966C. Grayscale: #848484. Windows color (decimal): -4822637 or 9660854. OLE color: 9660854.

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

Color convert

RGB182105147-
CMYK00.420.190.29
HSL327.27º34.53%56.27%-
HSV(B)327.27º42.31%71.37%-
XYZ29.6122.1530.32-
YUV132.81136.01163.08-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.94%
GREEN value IS 105 (41.41% from 255) = 24.19%
BLUE value IS 147 (57.81% from 255) = 33.87%
R=41.94%
G=24.19%
B=33.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.19
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18210514700.420.190.29327.2734.5356.27
HexB6699302A131D1472338
Octal26615122305223355074370
Binary1011011011010011001001101010101001111101101000111100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66993; }

 p { color: rgb(182,105,147); }

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

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

 a { background-color: rgb(182,105,147); }

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

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

 span { border-color: rgb(182,105,147); }

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