#BD7797

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

Shades of Hopbush #BD7797

Tints of Hopbush #BD7797

Color information

#BD7797 (or 0xBD7797) is unknown color: approx Hopbush. HEX triplet: BD, 77 and 97. RGB value is (189,119,151). Sum of RGB (Red+Green+Blue) = 189+119+151=459 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.18% from 459); Green value is 119 (46.88% from 255 or 25.93% from 459); Blue value is 151 (59.38% from 255 or 32.90% from 459); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7797 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7797 is #428868. Grayscale: #8F8F8F. Windows color (decimal): -4360297 or 9926589. OLE color: 9926589.

HSL color Cylindrical-coordinate representation of color #BD7797: hue angle of 332.57º 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 #BD7797 is Cyan = 0, Magento = 0.37, Yellow = 0.20 and Black (K on CMYK) = 0.26.

Color convert

RGB189119151-
CMYK00.370.200.26
HSL332.57º34.65%60.39%-
HSV(B)332.57º37.04%74.12%-
XYZ33.1726.2532.6-
YUV143.58132.19160.4-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.18%
GREEN value IS 119 (46.88% from 255) = 25.93%
BLUE value IS 151 (59.38% from 255) = 32.90%
R=41.18%
G=25.93%
B=32.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.20
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18911915100.370.200.26332.5734.6560.39
HexBD7797025141A14d233c
Octal27516722704524325154374
Binary1011110111101111001011101001011010011010101001101100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7797

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7797; }

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

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

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

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

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

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

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

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