#BD7799

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

Shades of Hopbush #BD7799

Tints of Hopbush #BD7799

Color information

#BD7799 (or 0xBD7799) is unknown color: approx Hopbush. HEX triplet: BD, 77 and 99. RGB value is (189,119,153). Sum of RGB (Red+Green+Blue) = 189+119+153=461 (61% of max value = 765). Red value is 189 (74.22% from 255 or 41.00% from 461); Green value is 119 (46.88% from 255 or 25.81% from 461); Blue value is 153 (60.16% from 255 or 33.19% from 461); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7799 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7799 is #428866. Grayscale: #8F8F8F. Windows color (decimal): -4360295 or 10057661. OLE color: 10057661.

HSL color Cylindrical-coordinate representation of color #BD7799: hue angle of 330.86º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BD7799 is Cyan = 0, Magento = 0.37, Yellow = 0.19 and Black (K on CMYK) = 0.26.

Color convert

RGB189119153-
CMYK00.370.190.26
HSL330.86º34.65%60.39%-
HSV(B)330.86º37.04%74.12%-
XYZ33.3326.3133.46-
YUV143.81133.19160.24-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.00%
GREEN value IS 119 (46.88% from 255) = 25.81%
BLUE value IS 153 (60.16% from 255) = 33.19%
R=41.00%
G=25.81%
B=33.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.19
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18911915300.370.190.26330.8634.6560.39
HexBD7799025131A14b233c
Octal27516723104523325134374
Binary1011110111101111001100101001011001111010101001011100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7799; }

 p { color: rgb(189,119,153); }

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

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

 a { background-color: rgb(189,119,153); }

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

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

 span { border-color: rgb(189,119,153); }

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