#B48098

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

Shades of Bouquet #B48098

Tints of Bouquet #B48098

Color information

#B48098 (or 0xB48098) is unknown color: approx Bouquet. HEX triplet: B4, 80 and 98. RGB value is (180,128,152). Sum of RGB (Red+Green+Blue) = 180+128+152=460 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.13% from 460); Green value is 128 (50.39% from 255 or 27.83% from 460); Blue value is 152 (59.77% from 255 or 33.04% from 460); Max value from RGB is 180 - color contains mainly: red. Hex color #B48098 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48098 is #4B7F67. Grayscale: #929292. Windows color (decimal): -4947816 or 9994420. OLE color: 9994420.

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

Color convert

RGB180128152-
CMYK00.290.160.29
HSL332.31º25.74%60.39%-
HSV(B)332.31º28.89%70.59%-
XYZ32.2127.4133.3-
YUV146.28131.23152.05-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.13%
GREEN value IS 128 (50.39% from 255) = 27.83%
BLUE value IS 152 (59.77% from 255) = 33.04%
R=39.13%
G=27.83%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.16
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012815200.290.160.29332.3125.7460.39
HexB4809801D101D14c1a3c
Octal26420023003520355143274
Binary101101001000000010011000011101100001110110100110011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48098; }

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

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

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

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

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

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

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

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