#B48299

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

Shades of Bouquet #B48299

Tints of Bouquet #B48299

Color information

#B48299 (or 0xB48299) is unknown color: approx Bouquet. HEX triplet: B4, 82 and 99. RGB value is (180,130,153). Sum of RGB (Red+Green+Blue) = 180+130+153=463 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.88% from 463); Green value is 130 (51.17% from 255 or 28.08% from 463); Blue value is 153 (60.16% from 255 or 33.05% from 463); Max value from RGB is 180 - color contains mainly: red. Hex color #B48299 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48299 is #4B7D66. Grayscale: #939393. Windows color (decimal): -4947303 or 10060468. OLE color: 10060468.

HSL color Cylindrical-coordinate representation of color #B48299: hue angle of 332.4º 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 #B48299 is Cyan = 0, Magento = 0.28, Yellow = 0.15 and Black (K on CMYK) = 0.29.

Color convert

RGB180130153-
CMYK00.280.150.29
HSL332.4º25%60.78%-
HSV(B)332.4º27.78%70.59%-
XYZ32.5527.9733.82-
YUV147.57131.06151.13-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.88%
GREEN value IS 130 (51.17% from 255) = 28.08%
BLUE value IS 153 (60.16% from 255) = 33.05%
R=38.88%
G=28.08%
B=33.05%

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
Decimal18013015300.280.150.29332.42560.78
HexB4829901CF1D14c193d
Octal26420223103417355143175
Binary10110100100000101001100101110011111110110100110011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48299; }

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

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

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

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

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

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

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

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