#BD7993

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

Shades of Hopbush #BD7993

Tints of Hopbush #BD7993

Color information

#BD7993 (or 0xBD7993) is unknown color: approx Hopbush. HEX triplet: BD, 79 and 93. RGB value is (189,121,147). Sum of RGB (Red+Green+Blue) = 189+121+147=457 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.36% from 457); Green value is 121 (47.66% from 255 or 26.48% from 457); Blue value is 147 (57.81% from 255 or 32.17% from 457); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7993 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7993 is #42866C. Grayscale: #909090. Windows color (decimal): -4359789 or 9664957. OLE color: 9664957.

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

Color convert

RGB189121147-
CMYK00.360.220.26
HSL337.06º34%60.78%-
HSV(B)337.06º35.98%74.12%-
XYZ33.0926.630.99-
YUV144.3129.53159.89-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.36%
GREEN value IS 121 (47.66% from 255) = 26.48%
BLUE value IS 147 (57.81% from 255) = 32.17%
R=41.36%
G=26.48%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.22
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18912114700.360.220.26337.063460.78
HexBD7993024161A151223d
Octal27517122304426325214275
Binary1011110111110011001001101001001011011010101010001100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7993; }

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

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

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

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

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

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

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

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