#BD76A0

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

Shades of Bouquet #BD76A0

Tints of Bouquet #BD76A0

Color information

#BD76A0 (or 0xBD76A0) is unknown color: approx Bouquet. HEX triplet: BD, 76 and A0. RGB value is (189,118,160). Sum of RGB (Red+Green+Blue) = 189+118+160=467 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.47% from 467); Green value is 118 (46.48% from 255 or 25.27% from 467); Blue value is 160 (62.89% from 255 or 34.26% from 467); Max value from RGB is 189 - color contains mainly: red. Hex color #BD76A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD76A0 is #42895F. Grayscale: #8F8F8F. Windows color (decimal): -4360544 or 10516157. OLE color: 10516157.

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

Color convert

RGB189118160-
CMYK00.380.150.26
HSL324.51º34.98%60.2%-
HSV(B)324.51º37.57%74.12%-
XYZ33.8126.3136.55-
YUV144.02137.02160.08-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.47%
GREEN value IS 118 (46.48% from 255) = 25.27%
BLUE value IS 160 (62.89% from 255) = 34.26%
R=40.47%
G=25.27%
B=34.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.15
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18911816000.380.150.26324.5134.9860.2
HexBD76A0026F1A145233c
Octal27516624004617325054374
Binary101111011110110101000000100110111111010101000101100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD76A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD76A0; }

 p { color: rgb(189,118,160); }

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

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

 a { background-color: rgb(189,118,160); }

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

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

 span { border-color: rgb(189,118,160); }

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