#B48099

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

Shades of Bouquet #B48099

Tints of Bouquet #B48099

Color information

#B48099 (or 0xB48099) is unknown color: approx Bouquet. HEX triplet: B4, 80 and 99. RGB value is (180,128,153). Sum of RGB (Red+Green+Blue) = 180+128+153=461 (61% of max value = 765). Red value is 180 (70.70% from 255 or 39.05% from 461); Green value is 128 (50.39% from 255 or 27.77% from 461); Blue value is 153 (60.16% from 255 or 33.19% from 461); Max value from RGB is 180 - color contains mainly: red. Hex color #B48099 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48099 is #4B7F66. Grayscale: #929292. Windows color (decimal): -4947815 or 10059956. OLE color: 10059956.

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

Color convert

RGB180128153-
CMYK00.290.150.29
HSL331.15º25.74%60.39%-
HSV(B)331.15º28.89%70.59%-
XYZ32.2927.4433.73-
YUV146.4131.73151.97-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.05%
GREEN value IS 128 (50.39% from 255) = 27.77%
BLUE value IS 153 (60.16% from 255) = 33.19%
R=39.05%
G=27.77%
B=33.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012815300.290.150.29331.1525.7460.39
HexB4809901DF1D14b1a3c
Octal26420023103517355133274
Binary10110100100000001001100101110111111110110100101111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48099; }

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

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

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

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

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

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

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

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