#B28499

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

Shades of Bouquet #B28499

Tints of Bouquet #B28499

Color information

#B28499 (or 0xB28499) is unknown color: approx Bouquet. HEX triplet: B2, 84 and 99. RGB value is (178,132,153). Sum of RGB (Red+Green+Blue) = 178+132+153=463 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.44% from 463); Green value is 132 (51.95% from 255 or 28.51% from 463); Blue value is 153 (60.16% from 255 or 33.05% from 463); Max value from RGB is 178 - color contains mainly: red. Hex color #B28499 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28499 is #4D7B66. Grayscale: #949494. Windows color (decimal): -5077863 or 10060978. OLE color: 10060978.

HSL color Cylindrical-coordinate representation of color #B28499: hue angle of 332.61º degrees, saturation: 0.23, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B28499 is Cyan = 0, Magento = 0.26, Yellow = 0.14 and Black (K on CMYK) = 0.30.

Color convert

RGB178132153-
CMYK00.260.140.30
HSL332.61º23%60.78%-
HSV(B)332.61º25.84%69.8%-
XYZ32.3628.2733.89-
YUV148.15130.74149.29-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.44%
GREEN value IS 132 (51.95% from 255) = 28.51%
BLUE value IS 153 (60.16% from 255) = 33.05%
R=38.44%
G=28.51%
B=33.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.14
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17813215300.260.140.30332.612360.78
HexB2849901AE1E14d173d
Octal26220423103216365152775
Binary10110010100001001001100101101011101111010100110110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28499; }

 p { color: rgb(178,132,153); }

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

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

 a { background-color: rgb(178,132,153); }

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

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

 span { border-color: rgb(178,132,153); }

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