#BE6B98

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

Shades of Hopbush #BE6B98

Tints of Hopbush #BE6B98

Color information

#BE6B98 (or 0xBE6B98) is unknown color: approx Hopbush. HEX triplet: BE, 6B and 98. RGB value is (190,107,152). Sum of RGB (Red+Green+Blue) = 190+107+152=449 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.32% from 449); Green value is 107 (42.19% from 255 or 23.83% from 449); Blue value is 152 (59.77% from 255 or 33.85% from 449); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6B98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6B98 is #419467. Grayscale: #888888. Windows color (decimal): -4297832 or 9989054. OLE color: 9989054.

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

Color convert

RGB190107152-
CMYK00.440.20.25
HSL327.47º38.97%58.24%-
HSV(B)327.47º43.68%74.51%-
XYZ32.1623.7332.59-
YUV136.95136.5165.84-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.32%
GREEN value IS 107 (42.19% from 255) = 23.83%
BLUE value IS 152 (59.77% from 255) = 33.85%
R=42.32%
G=23.83%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.2
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19010715200.440.20.25327.4738.9758.24
HexBE6B9802C1419147273a
Octal27615323005424315074772
Binary1011111011010111001100001011001010011001101000111100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6B98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6B98; }

 p { color: rgb(190,107,152); }

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

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

 a { background-color: rgb(190,107,152); }

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

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

 span { border-color: rgb(190,107,152); }

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