#B77FA5

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

Shades of Bouquet #B77FA5

Tints of Bouquet #B77FA5

Color information

#B77FA5 (or 0xB77FA5) is unknown color: approx Bouquet. HEX triplet: B7, 7F and A5. RGB value is (183,127,165). Sum of RGB (Red+Green+Blue) = 183+127+165=475 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.53% from 475); Green value is 127 (50% from 255 or 26.74% from 475); Blue value is 165 (64.84% from 255 or 34.74% from 475); Max value from RGB is 183 - color contains mainly: red. Hex color #B77FA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77FA5 is #48805A. Grayscale: #939393. Windows color (decimal): -4751451 or 10846135. OLE color: 10846135.

HSL color Cylindrical-coordinate representation of color #B77FA5: hue angle of 319.29º degrees, saturation: 0.28, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B77FA5 is Cyan = 0, Magento = 0.31, Yellow = 0.10 and Black (K on CMYK) = 0.28.

Color convert

RGB183127165-
CMYK00.310.100.28
HSL319.29º28%60.78%-
HSV(B)319.29º30.6%71.76%-
XYZ33.9127.9639.21-
YUV148.08137.55152.91-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.53%
GREEN value IS 127 (50% from 255) = 26.74%
BLUE value IS 165 (64.84% from 255) = 34.74%
R=38.53%
G=26.74%
B=34.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.10
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18312716500.310.100.28319.292860.78
HexB77FA501FA1C13f1c3d
Octal26717724503712344773475
Binary1011011111111111010010101111110101110010011111111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77FA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77FA5; }

 p { color: rgb(183,127,165); }

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

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

 a { background-color: rgb(183,127,165); }

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

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

 span { border-color: rgb(183,127,165); }

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