#BE6795

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

Shades of Hopbush #BE6795

Tints of Hopbush #BE6795

Color information

#BE6795 (or 0xBE6795) is unknown color: approx Hopbush. HEX triplet: BE, 67 and 95. RGB value is (190,103,149). Sum of RGB (Red+Green+Blue) = 190+103+149=442 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.99% from 442); Green value is 103 (40.62% from 255 or 23.30% from 442); Blue value is 149 (58.59% from 255 or 33.71% from 442); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6795 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6795 is #41986A. Grayscale: #868686. Windows color (decimal): -4298859 or 9791422. OLE color: 9791422.

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

Color convert

RGB190103149-
CMYK00.460.220.25
HSL328.28º40.09%57.45%-
HSV(B)328.28º45.79%74.51%-
XYZ31.5122.8231.18-
YUV134.26136.32167.76-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.99%
GREEN value IS 103 (40.62% from 255) = 23.30%
BLUE value IS 149 (58.59% from 255) = 33.71%
R=42.99%
G=23.30%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19010314900.460.220.25328.2840.0957.45
HexBE679502E16191482839
Octal27614722505626315105071
Binary1011111011001111001010101011101011011001101001000101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6795; }

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

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

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

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

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

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

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

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