#BD77A5

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

Shades of Bouquet #BD77A5

Tints of Bouquet #BD77A5

Color information

#BD77A5 (or 0xBD77A5) is unknown color: approx Bouquet. HEX triplet: BD, 77 and A5. RGB value is (189,119,165). Sum of RGB (Red+Green+Blue) = 189+119+165=473 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.96% from 473); Green value is 119 (46.88% from 255 or 25.16% from 473); Blue value is 165 (64.84% from 255 or 34.88% from 473); Max value from RGB is 189 - color contains mainly: red. Hex color #BD77A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD77A5 is #42885A. Grayscale: #919191. Windows color (decimal): -4360283 or 10844093. OLE color: 10844093.

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

Color convert

RGB189119165-
CMYK00.370.130.26
HSL320.57º34.65%60.39%-
HSV(B)320.57º37.04%74.12%-
XYZ34.3726.7338.94-
YUV145.17139.19159.26-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.96%
GREEN value IS 119 (46.88% from 255) = 25.16%
BLUE value IS 165 (64.84% from 255) = 34.88%
R=39.96%
G=25.16%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.13
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18911916500.370.130.26320.5734.6560.39
HexBD77A5025D1A141233c
Octal27516724504515325014374
Binary101111011110111101001010100101110111010101000001100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD77A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD77A5; }

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

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

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

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

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

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

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

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