#B77CAA

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

Shades of Bouquet #B77CAA

Tints of Bouquet #B77CAA

Color information

#B77CAA (or 0xB77CAA) is unknown color: approx Bouquet. HEX triplet: B7, 7C and AA. RGB value is (183,124,170). Sum of RGB (Red+Green+Blue) = 183+124+170=477 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.36% from 477); Green value is 124 (48.83% from 255 or 26.00% from 477); Blue value is 170 (66.80% from 255 or 35.64% from 477); Max value from RGB is 183 - color contains mainly: red. Hex color #B77CAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77CAA is #488355. Grayscale: #929292. Windows color (decimal): -4752214 or 11173047. OLE color: 11173047.

HSL color Cylindrical-coordinate representation of color #B77CAA: hue angle of 313.22º degrees, saturation: 0.29, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B77CAA is Cyan = 0, Magento = 0.32, Yellow = 0.07 and Black (K on CMYK) = 0.28.

Color convert

RGB183124170-
CMYK00.320.070.28
HSL313.22º29.06%60.2%-
HSV(B)313.22º32.24%71.76%-
XYZ33.9927.3841.52-
YUV146.88141.05153.76-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.36%
GREEN value IS 124 (48.83% from 255) = 26.00%
BLUE value IS 170 (66.80% from 255) = 35.64%
R=38.36%
G=26.00%
B=35.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.07
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18312417000.320.070.28313.2229.0660.2
HexB77CAA02071C1391d3c
Octal2671742520407344713574
Binary1011011111111001010101001000001111110010011100111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77CAA; }

 p { color: rgb(183,124,170); }

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

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

 a { background-color: rgb(183,124,170); }

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

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

 span { border-color: rgb(183,124,170); }

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