#BE6F8F

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

Shades of Hopbush #BE6F8F

Tints of Hopbush #BE6F8F

Color information

#BE6F8F (or 0xBE6F8F) is unknown color: approx Hopbush. HEX triplet: BE, 6F and 8F. RGB value is (190,111,143). Sum of RGB (Red+Green+Blue) = 190+111+143=444 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.79% from 444); Green value is 111 (43.75% from 255 or 25% from 444); Blue value is 143 (56.25% from 255 or 32.21% from 444); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6F8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6F8F is #419070. Grayscale: #8A8A8A. Windows color (decimal): -4296817 or 9400254. OLE color: 9400254.

HSL color Cylindrical-coordinate representation of color #BE6F8F: hue angle of 335.7º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BE6F8F is Cyan = 0, Magento = 0.42, Yellow = 0.25 and Black (K on CMYK) = 0.25.

Color convert

RGB190111143-
CMYK00.420.250.25
HSL335.7º37.8%59.02%-
HSV(B)335.7º41.58%74.51%-
XYZ31.8824.329-
YUV138.27130.67164.9-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.79%
GREEN value IS 111 (43.75% from 255) = 25%
BLUE value IS 143 (56.25% from 255) = 32.21%
R=42.79%
G=25%
B=32.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011114300.420.250.25335.737.859.02
HexBE6F8F02A1919150263b
Octal27615721705231315204673
Binary1011111011011111000111101010101100111001101010000100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6F8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6F8F; }

 p { color: rgb(190,111,143); }

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

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

 a { background-color: rgb(190,111,143); }

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

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

 span { border-color: rgb(190,111,143); }

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