#BE6D95

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

Shades of Hopbush #BE6D95

Tints of Hopbush #BE6D95

Color information

#BE6D95 (or 0xBE6D95) is unknown color: approx Hopbush. HEX triplet: BE, 6D and 95. RGB value is (190,109,149). Sum of RGB (Red+Green+Blue) = 190+109+149=448 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.41% from 448); Green value is 109 (42.97% from 255 or 24.33% from 448); Blue value is 149 (58.59% from 255 or 33.26% from 448); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6D95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6D95 is #41926A. Grayscale: #898989. Windows color (decimal): -4297323 or 9792958. OLE color: 9792958.

HSL color Cylindrical-coordinate representation of color #BE6D95: hue angle of 330.37º 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 #BE6D95 is Cyan = 0, Magento = 0.43, Yellow = 0.22 and Black (K on CMYK) = 0.25.

Color convert

RGB190109149-
CMYK00.430.220.25
HSL330.37º38.39%58.63%-
HSV(B)330.37º42.63%74.51%-
XYZ32.1324.0531.38-
YUV137.78134.34165.25-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.41%
GREEN value IS 109 (42.97% from 255) = 24.33%
BLUE value IS 149 (58.59% from 255) = 33.26%
R=42.41%
G=24.33%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19010914900.430.220.25330.3738.3958.63
HexBE6D9502B161914a263b
Octal27615522505326315124673
Binary1011111011011011001010101010111011011001101001010100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6D95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6D95; }

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

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

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

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

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

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

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

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