#BE688C

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

Shades of Hopbush #BE688C

Tints of Hopbush #BE688C

Color information

#BE688C (or 0xBE688C) is unknown color: approx Hopbush. HEX triplet: BE, 68 and 8C. RGB value is (190,104,140). Sum of RGB (Red+Green+Blue) = 190+104+140=434 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.78% from 434); Green value is 104 (41.02% from 255 or 23.96% from 434); Blue value is 140 (55.08% from 255 or 32.26% from 434); Max value from RGB is 190 - color contains mainly: red. Hex color #BE688C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE688C is #419773. Grayscale: #858585. Windows color (decimal): -4298612 or 9201854. OLE color: 9201854.

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

Color convert

RGB190104140-
CMYK00.450.260.25
HSL334.88º39.81%57.65%-
HSV(B)334.88º45.26%74.51%-
XYZ30.9222.7427.57-
YUV133.82131.49168.07-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.78%
GREEN value IS 104 (41.02% from 255) = 23.96%
BLUE value IS 140 (55.08% from 255) = 32.26%
R=43.78%
G=23.96%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19010414000.450.260.25334.8839.8157.65
HexBE688C02D1A1914f283a
Octal27615021405532315175072
Binary1011111011010001000110001011011101011001101001111101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE688C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE688C; }

 p { color: rgb(190,104,140); }

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

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

 a { background-color: rgb(190,104,140); }

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

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

 span { border-color: rgb(190,104,140); }

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