#BE6996

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

Shades of Hopbush #BE6996

Tints of Hopbush #BE6996

Color information

#BE6996 (or 0xBE6996) is unknown color: approx Hopbush. HEX triplet: BE, 69 and 96. RGB value is (190,105,150). Sum of RGB (Red+Green+Blue) = 190+105+150=445 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.70% from 445); Green value is 105 (41.41% from 255 or 23.60% from 445); Blue value is 150 (58.98% from 255 or 33.71% from 445); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6996 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6996 is #419669. Grayscale: #878787. Windows color (decimal): -4298346 or 9857470. OLE color: 9857470.

HSL color Cylindrical-coordinate representation of color #BE6996: hue angle of 328.24º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BE6996 is Cyan = 0, Magento = 0.45, Yellow = 0.21 and Black (K on CMYK) = 0.25.

Color convert

RGB190105150-
CMYK00.450.210.25
HSL328.24º39.53%57.84%-
HSV(B)328.24º44.74%74.51%-
XYZ31.7923.2531.67-
YUV135.54136.16166.84-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.70%
GREEN value IS 105 (41.41% from 255) = 23.60%
BLUE value IS 150 (58.98% from 255) = 33.71%
R=42.70%
G=23.60%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19010515000.450.210.25328.2439.5357.84
HexBE699602D1519148283a
Octal27615122605525315105072
Binary1011111011010011001011001011011010111001101001000101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6996; }

 p { color: rgb(190,105,150); }

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

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

 a { background-color: rgb(190,105,150); }

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

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

 span { border-color: rgb(190,105,150); }

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