#B48097

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

Shades of Bouquet #B48097

Tints of Bouquet #B48097

Color information

#B48097 (or 0xB48097) is unknown color: approx Bouquet. HEX triplet: B4, 80 and 97. RGB value is (180,128,151). Sum of RGB (Red+Green+Blue) = 180+128+151=459 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.22% from 459); Green value is 128 (50.39% from 255 or 27.89% from 459); Blue value is 151 (59.38% from 255 or 32.90% from 459); Max value from RGB is 180 - color contains mainly: red. Hex color #B48097 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48097 is #4B7F68. Grayscale: #929292. Windows color (decimal): -4947817 or 9928884. OLE color: 9928884.

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

Color convert

RGB180128151-
CMYK00.290.160.29
HSL333.46º25.74%60.39%-
HSV(B)333.46º28.89%70.59%-
XYZ32.1327.3832.87-
YUV146.17130.73152.13-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.22%
GREEN value IS 128 (50.39% from 255) = 27.89%
BLUE value IS 151 (59.38% from 255) = 32.90%
R=39.22%
G=27.89%
B=32.90%

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
Decimal18012815100.290.160.29333.4625.7460.39
HexB4809701D101D14d1a3c
Octal26420022703520355153274
Binary101101001000000010010111011101100001110110100110111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48097; }

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

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

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

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

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

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

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

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