#BE698E

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

Shades of Hopbush #BE698E

Tints of Hopbush #BE698E

Color information

#BE698E (or 0xBE698E) is unknown color: approx Hopbush. HEX triplet: BE, 69 and 8E. RGB value is (190,105,142). Sum of RGB (Red+Green+Blue) = 190+105+142=437 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.48% from 437); Green value is 105 (41.41% from 255 or 24.03% from 437); Blue value is 142 (55.86% from 255 or 32.49% from 437); Max value from RGB is 190 - color contains mainly: red. Hex color #BE698E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE698E is #419671. Grayscale: #868686. Windows color (decimal): -4298354 or 9333182. OLE color: 9333182.

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

Color convert

RGB190105142-
CMYK00.450.250.25
HSL333.88º39.53%57.84%-
HSV(B)333.88º44.74%74.51%-
XYZ31.172328.39-
YUV134.63132.16167.49-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.48%
GREEN value IS 105 (41.41% from 255) = 24.03%
BLUE value IS 142 (55.86% from 255) = 32.49%
R=43.48%
G=24.03%
B=32.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19010514200.450.250.25333.8839.5357.84
HexBE698E02D191914e283a
Octal27615121605531315165072
Binary1011111011010011000111001011011100111001101001110101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE698E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE698E; }

 p { color: rgb(190,105,142); }

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

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

 a { background-color: rgb(190,105,142); }

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

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

 span { border-color: rgb(190,105,142); }

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