#BD7997

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

Shades of Hopbush #BD7997

Tints of Hopbush #BD7997

Color information

#BD7997 (or 0xBD7997) is unknown color: approx Hopbush. HEX triplet: BD, 79 and 97. RGB value is (189,121,151). Sum of RGB (Red+Green+Blue) = 189+121+151=461 (61% of max value = 765). Red value is 189 (74.22% from 255 or 41.00% from 461); Green value is 121 (47.66% from 255 or 26.25% from 461); Blue value is 151 (59.38% from 255 or 32.75% from 461); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7997 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7997 is #428668. Grayscale: #909090. Windows color (decimal): -4359785 or 9927101. OLE color: 9927101.

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

Color convert

RGB189121151-
CMYK00.360.200.26
HSL333.53º34%60.78%-
HSV(B)333.53º35.98%74.12%-
XYZ33.4126.7332.68-
YUV144.75131.53159.56-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.00%
GREEN value IS 121 (47.66% from 255) = 26.25%
BLUE value IS 151 (59.38% from 255) = 32.75%
R=41.00%
G=26.25%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.20
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18912115100.360.200.26333.533460.78
HexBD7997024141A14e223d
Octal27517122704424325164275
Binary1011110111110011001011101001001010011010101001110100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7997; }

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

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

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

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

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

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

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

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