#B68099

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

Shades of Bouquet #B68099

Tints of Bouquet #B68099

Color information

#B68099 (or 0xB68099) is unknown color: approx Bouquet. HEX triplet: B6, 80 and 99. RGB value is (182,128,153). Sum of RGB (Red+Green+Blue) = 182+128+153=463 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.31% from 463); Green value is 128 (50.39% from 255 or 27.65% from 463); Blue value is 153 (60.16% from 255 or 33.05% from 463); Max value from RGB is 182 - color contains mainly: red. Hex color #B68099 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B68099 is #497F66. Grayscale: #929292. Windows color (decimal): -4816743 or 10059958. OLE color: 10059958.

HSL color Cylindrical-coordinate representation of color #B68099: hue angle of 332.22º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B68099 is Cyan = 0, Magento = 0.30, Yellow = 0.16 and Black (K on CMYK) = 0.29.

Color convert

RGB182128153-
CMYK00.300.160.29
HSL332.22º27%60.78%-
HSV(B)332.22º29.67%71.37%-
XYZ32.7627.6833.75-
YUV147131.39152.97-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.31%
GREEN value IS 128 (50.39% from 255) = 27.65%
BLUE value IS 153 (60.16% from 255) = 33.05%
R=39.31%
G=27.65%
B=33.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.16
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18212815300.300.160.29332.222760.78
HexB6809901E101D14c1b3d
Octal26620023103620355143375
Binary101101101000000010011001011110100001110110100110011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68099; }

 p { color: rgb(182,128,153); }

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

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

 a { background-color: rgb(182,128,153); }

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

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

 span { border-color: rgb(182,128,153); }

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