#BE729A

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

Shades of Hopbush #BE729A

Tints of Hopbush #BE729A

Color information

#BE729A (or 0xBE729A) is unknown color: approx Hopbush. HEX triplet: BE, 72 and 9A. RGB value is (190,114,154). Sum of RGB (Red+Green+Blue) = 190+114+154=458 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.48% from 458); Green value is 114 (44.92% from 255 or 24.89% from 458); Blue value is 154 (60.55% from 255 or 33.62% from 458); Max value from RGB is 190 - color contains mainly: red. Hex color #BE729A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE729A is #418D65. Grayscale: #8D8D8D. Windows color (decimal): -4296038 or 10121918. OLE color: 10121918.

HSL color Cylindrical-coordinate representation of color #BE729A: hue angle of 328.42º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BE729A is Cyan = 0, Magento = 0.40, Yellow = 0.19 and Black (K on CMYK) = 0.25.

Color convert

RGB190114154-
CMYK00.400.190.25
HSL328.42º36.89%59.61%-
HSV(B)328.42º40%74.51%-
XYZ33.0925.3133.71-
YUV141.28135.18162.75-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.48%
GREEN value IS 114 (44.92% from 255) = 24.89%
BLUE value IS 154 (60.55% from 255) = 33.62%
R=41.48%
G=24.89%
B=33.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011415400.400.190.25328.4236.8959.61
HexBE729A0281319148253c
Octal27616223205023315104574
Binary1011111011100101001101001010001001111001101001000100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE729A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE729A; }

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

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

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

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

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

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

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

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