#BD799D

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

Shades of Hopbush #BD799D

Tints of Hopbush #BD799D

Color information

#BD799D (or 0xBD799D) is unknown color: approx Hopbush. HEX triplet: BD, 79 and 9D. RGB value is (189,121,157). Sum of RGB (Red+Green+Blue) = 189+121+157=467 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.47% from 467); Green value is 121 (47.66% from 255 or 25.91% from 467); Blue value is 157 (61.72% from 255 or 33.62% from 467); Max value from RGB is 189 - color contains mainly: red. Hex color #BD799D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD799D is #428662. Grayscale: #919191. Windows color (decimal): -4359779 or 10320317. OLE color: 10320317.

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

Color convert

RGB189121157-
CMYK00.360.170.26
HSL328.24º34%60.78%-
HSV(B)328.24º35.98%74.12%-
XYZ33.9126.9335.31-
YUV145.44134.53159.07-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.47%
GREEN value IS 121 (47.66% from 255) = 25.91%
BLUE value IS 157 (61.72% from 255) = 33.62%
R=40.47%
G=25.91%
B=33.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.17
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18912115700.360.170.26328.243460.78
HexBD799D024111A148223d
Octal27517123504421325104275
Binary1011110111110011001110101001001000111010101001000100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD799D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD799D; }

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

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

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

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

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

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

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

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