#BE6B8E

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

Shades of Hopbush #BE6B8E

Tints of Hopbush #BE6B8E

Color information

#BE6B8E (or 0xBE6B8E) is unknown color: approx Hopbush. HEX triplet: BE, 6B and 8E. RGB value is (190,107,142). Sum of RGB (Red+Green+Blue) = 190+107+142=439 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.28% from 439); Green value is 107 (42.19% from 255 or 24.37% from 439); Blue value is 142 (55.86% from 255 or 32.35% from 439); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6B8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6B8E is #419471. Grayscale: #878787. Windows color (decimal): -4297842 or 9333694. OLE color: 9333694.

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

Color convert

RGB190107142-
CMYK00.440.250.25
HSL334.7º38.97%58.24%-
HSV(B)334.7º43.68%74.51%-
XYZ31.3823.4228.46-
YUV135.81131.5166.65-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.28%
GREEN value IS 107 (42.19% from 255) = 24.37%
BLUE value IS 142 (55.86% from 255) = 32.35%
R=43.28%
G=24.37%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19010714200.440.250.25334.738.9758.24
HexBE6B8E02C191914f273a
Octal27615321605431315174772
Binary1011111011010111000111001011001100111001101001111100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6B8E; }

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

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

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

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

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

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

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

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