#BE7B9A

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

Shades of Hopbush #BE7B9A

Tints of Hopbush #BE7B9A

Color information

#BE7B9A (or 0xBE7B9A) is unknown color: approx Hopbush. HEX triplet: BE, 7B and 9A. RGB value is (190,123,154). Sum of RGB (Red+Green+Blue) = 190+123+154=467 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.69% from 467); Green value is 123 (48.44% from 255 or 26.34% from 467); Blue value is 154 (60.55% from 255 or 32.98% from 467); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7B9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7B9A is #418465. Grayscale: #929292. Windows color (decimal): -4293734 or 10124222. OLE color: 10124222.

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

Color convert

RGB190123154-
CMYK00.350.190.25
HSL332.24º34.01%61.37%-
HSV(B)332.24º35.26%74.51%-
XYZ34.1527.4534.07-
YUV146.57132.2158.98-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.69%
GREEN value IS 123 (48.44% from 255) = 26.34%
BLUE value IS 154 (60.55% from 255) = 32.98%
R=40.69%
G=26.34%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19012315400.350.190.25332.2434.0161.37
HexBE7B9A023131914c223d
Octal27617323204323315144275
Binary1011111011110111001101001000111001111001101001100100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7B9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7B9A; }

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

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

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

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

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

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

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

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