#BE7A9C

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

Shades of Hopbush #BE7A9C

Tints of Hopbush #BE7A9C

Color information

#BE7A9C (or 0xBE7A9C) is unknown color: approx Hopbush. HEX triplet: BE, 7A and 9C. RGB value is (190,122,156). Sum of RGB (Red+Green+Blue) = 190+122+156=468 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.60% from 468); Green value is 122 (48.05% from 255 or 26.07% from 468); Blue value is 156 (61.33% from 255 or 33.33% from 468); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7A9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7A9C is #418563. Grayscale: #929292. Windows color (decimal): -4293988 or 10255038. OLE color: 10255038.

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

Color convert

RGB190122156-
CMYK00.360.180.25
HSL330º34.34%61.18%-
HSV(B)330º35.79%74.51%-
XYZ34.227.2734.91-
YUV146.21133.53159.24-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.60%
GREEN value IS 122 (48.05% from 255) = 26.07%
BLUE value IS 156 (61.33% from 255) = 33.33%
R=40.60%
G=26.07%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19012215600.360.180.2533034.3461.18
HexBE7A9C024121914a223d
Octal27617223404422315124275
Binary1011111011110101001110001001001001011001101001010100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7A9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7A9C; }

 p { color: rgb(190,122,156); }

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

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

 a { background-color: rgb(190,122,156); }

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

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

 span { border-color: rgb(190,122,156); }

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