#BE698D

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

Shades of Hopbush #BE698D

Tints of Hopbush #BE698D

Color information

#BE698D (or 0xBE698D) is unknown color: approx Hopbush. HEX triplet: BE, 69 and 8D. RGB value is (190,105,141). Sum of RGB (Red+Green+Blue) = 190+105+141=436 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.58% from 436); Green value is 105 (41.41% from 255 or 24.08% from 436); Blue value is 141 (55.47% from 255 or 32.34% from 436); Max value from RGB is 190 - color contains mainly: red. Hex color #BE698D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE698D is #419672. Grayscale: #868686. Windows color (decimal): -4298355 or 9267646. OLE color: 9267646.

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

Color convert

RGB190105141-
CMYK00.450.260.25
HSL334.59º39.53%57.84%-
HSV(B)334.59º44.74%74.51%-
XYZ31.0922.9727.99-
YUV134.52131.66167.57-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.58%
GREEN value IS 105 (41.41% from 255) = 24.08%
BLUE value IS 141 (55.47% from 255) = 32.34%
R=43.58%
G=24.08%
B=32.34%

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
Decimal19010514100.450.260.25334.5939.5357.84
HexBE698D02D1A1914f283a
Octal27615121505532315175072
Binary1011111011010011000110101011011101011001101001111101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE698D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE698D; }

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

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

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

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

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

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

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

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