#B77299

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

Shades of Bouquet #B77299

Tints of Bouquet #B77299

Color information

#B77299 (or 0xB77299) is unknown color: approx Bouquet. HEX triplet: B7, 72 and 99. RGB value is (183,114,153). Sum of RGB (Red+Green+Blue) = 183+114+153=450 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.67% from 450); Green value is 114 (44.92% from 255 or 25.33% from 450); Blue value is 153 (60.16% from 255 or 34% from 450); Max value from RGB is 183 - color contains mainly: red. Hex color #B77299 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77299 is #488D66. Grayscale: #8A8A8A. Windows color (decimal): -4754791 or 10056375. OLE color: 10056375.

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

Color convert

RGB183114153-
CMYK00.380.160.28
HSL326.09º32.39%58.24%-
HSV(B)326.09º37.7%71.76%-
XYZ31.324.433.2-
YUV139.08135.86159.33-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 40.67%
GREEN value IS 114 (44.92% from 255) = 25.33%
BLUE value IS 153 (60.16% from 255) = 34%
R=40.67%
G=25.33%
B=34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.16
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18311415300.380.160.28326.0932.3958.24
HexB77299026101C146203a
Octal26716223104620345064072
Binary1011011111100101001100101001101000011100101000110100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77299; }

 p { color: rgb(183,114,153); }

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

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

 a { background-color: rgb(183,114,153); }

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

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

 span { border-color: rgb(183,114,153); }

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