#B48199

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

Shades of Bouquet #B48199

Tints of Bouquet #B48199

Color information

#B48199 (or 0xB48199) is unknown color: approx Bouquet. HEX triplet: B4, 81 and 99. RGB value is (180,129,153). Sum of RGB (Red+Green+Blue) = 180+129+153=462 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.96% from 462); Green value is 129 (50.78% from 255 or 27.92% from 462); Blue value is 153 (60.16% from 255 or 33.12% from 462); Max value from RGB is 180 - color contains mainly: red. Hex color #B48199 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48199 is #4B7E66. Grayscale: #929292. Windows color (decimal): -4947559 or 10060212. OLE color: 10060212.

HSL color Cylindrical-coordinate representation of color #B48199: hue angle of 331.76º degrees, saturation: 0.25, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B48199 is Cyan = 0, Magento = 0.28, Yellow = 0.15 and Black (K on CMYK) = 0.29.

Color convert

RGB180129153-
CMYK00.280.150.29
HSL331.76º25.37%60.59%-
HSV(B)331.76º28.33%70.59%-
XYZ32.4227.733.78-
YUV146.99131.4151.55-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.96%
GREEN value IS 129 (50.78% from 255) = 27.92%
BLUE value IS 153 (60.16% from 255) = 33.12%
R=38.96%
G=27.92%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012915300.280.150.29331.7625.3760.59
HexB4819901CF1D14c193d
Octal26420123103417355143175
Binary10110100100000011001100101110011111110110100110011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48199; }

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

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

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

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

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

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

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

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