#B77596

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

Shades of Bouquet #B77596

Tints of Bouquet #B77596

Color information

#B77596 (or 0xB77596) is unknown color: approx Bouquet. HEX triplet: B7, 75 and 96. RGB value is (183,117,150). Sum of RGB (Red+Green+Blue) = 183+117+150=450 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.67% from 450); Green value is 117 (46.09% from 255 or 26% from 450); Blue value is 150 (58.98% from 255 or 33.33% from 450); Max value from RGB is 183 - color contains mainly: red. Hex color #B77596 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77596 is #488A69. Grayscale: #8C8C8C. Windows color (decimal): -4754026 or 9860535. OLE color: 9860535.

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

Color convert

RGB183117150-
CMYK00.360.180.28
HSL330º31.43%58.82%-
HSV(B)330º36.07%71.76%-
XYZ31.3924.9932.02-
YUV140.5133.37158.32-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 40.67%
GREEN value IS 117 (46.09% from 255) = 26%
BLUE value IS 150 (58.98% from 255) = 33.33%
R=40.67%
G=26%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.18
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18311715000.360.180.2833031.4358.82
HexB77596024121C14a1f3b
Octal26716522604422345123773
Binary101101111110101100101100100100100101110010100101011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77596; }

 p { color: rgb(183,117,150); }

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

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

 a { background-color: rgb(183,117,150); }

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

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

 span { border-color: rgb(183,117,150); }

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