#BE6D96

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

Shades of Hopbush #BE6D96

Tints of Hopbush #BE6D96

Color information

#BE6D96 (or 0xBE6D96) is unknown color: approx Hopbush. HEX triplet: BE, 6D and 96. RGB value is (190,109,150). Sum of RGB (Red+Green+Blue) = 190+109+150=449 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.32% from 449); Green value is 109 (42.97% from 255 or 24.28% from 449); Blue value is 150 (58.98% from 255 or 33.41% from 449); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6D96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6D96 is #419269. Grayscale: #898989. Windows color (decimal): -4297322 or 9858494. OLE color: 9858494.

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

Color convert

RGB190109150-
CMYK00.430.210.25
HSL329.63º38.39%58.63%-
HSV(B)329.63º42.63%74.51%-
XYZ32.2124.0931.81-
YUV137.89134.84165.17-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.32%
GREEN value IS 109 (42.97% from 255) = 24.28%
BLUE value IS 150 (58.98% from 255) = 33.41%
R=42.32%
G=24.28%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19010915000.430.210.25329.6338.3958.63
HexBE6D9602B151914a263b
Octal27615522605325315124673
Binary1011111011011011001011001010111010111001101001010100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6D96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6D96; }

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

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

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

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

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

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

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

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