#B28199

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

Shades of Bouquet #B28199

Tints of Bouquet #B28199

Color information

#B28199 (or 0xB28199) is unknown color: approx Bouquet. HEX triplet: B2, 81 and 99. RGB value is (178,129,153). Sum of RGB (Red+Green+Blue) = 178+129+153=460 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.70% from 460); Green value is 129 (50.78% from 255 or 28.04% from 460); Blue value is 153 (60.16% from 255 or 33.26% from 460); Max value from RGB is 178 - color contains mainly: red. Hex color #B28199 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28199 is #4D7E66. Grayscale: #929292. Windows color (decimal): -5078631 or 10060210. OLE color: 10060210.

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

Color convert

RGB178129153-
CMYK00.280.140.30
HSL330.61º24.14%60.2%-
HSV(B)330.61º27.53%69.8%-
XYZ31.9627.4733.75-
YUV146.39131.73150.55-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.70%
GREEN value IS 129 (50.78% from 255) = 28.04%
BLUE value IS 153 (60.16% from 255) = 33.26%
R=38.70%
G=28.04%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.14
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17812915300.280.140.30330.6124.1460.2
HexB2819901CE1E14b183c
Octal26220123103416365133074
Binary10110010100000011001100101110011101111010100101111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28199; }

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

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

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

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

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

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

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

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