#BE7B93

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

Shades of Hopbush #BE7B93

Tints of Hopbush #BE7B93

Color information

#BE7B93 (or 0xBE7B93) is unknown color: approx Hopbush. HEX triplet: BE, 7B and 93. RGB value is (190,123,147). Sum of RGB (Red+Green+Blue) = 190+123+147=460 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.30% from 460); Green value is 123 (48.44% from 255 or 26.74% from 460); Blue value is 147 (57.81% from 255 or 31.96% from 460); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7B93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7B93 is #41846C. Grayscale: #919191. Windows color (decimal): -4293741 or 9665470. OLE color: 9665470.

HSL color Cylindrical-coordinate representation of color #BE7B93: hue angle of 338.51º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BE7B93 is Cyan = 0, Magento = 0.35, Yellow = 0.23 and Black (K on CMYK) = 0.25.

Color convert

RGB190123147-
CMYK00.350.230.25
HSL338.51º34.01%61.37%-
HSV(B)338.51º35.26%74.51%-
XYZ33.5827.2231.09-
YUV145.77128.7159.55-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.30%
GREEN value IS 123 (48.44% from 255) = 26.74%
BLUE value IS 147 (57.81% from 255) = 31.96%
R=41.30%
G=26.74%
B=31.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19012314700.350.230.25338.5134.0161.37
HexBE7B930231719153223d
Octal27617322304327315234275
Binary1011111011110111001001101000111011111001101010011100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7B93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7B93; }

 p { color: rgb(190,123,147); }

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

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

 a { background-color: rgb(190,123,147); }

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

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

 span { border-color: rgb(190,123,147); }

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