#B48399

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

Shades of Bouquet #B48399

Tints of Bouquet #B48399

Color information

#B48399 (or 0xB48399) is unknown color: approx Bouquet. HEX triplet: B4, 83 and 99. RGB value is (180,131,153). Sum of RGB (Red+Green+Blue) = 180+131+153=464 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.79% from 464); Green value is 131 (51.56% from 255 or 28.23% from 464); Blue value is 153 (60.16% from 255 or 32.97% from 464); Max value from RGB is 180 - color contains mainly: red. Hex color #B48399 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48399 is #4B7C66. Grayscale: #949494. Windows color (decimal): -4947047 or 10060724. OLE color: 10060724.

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

Color convert

RGB180131153-
CMYK00.270.150.29
HSL333.06º24.62%60.98%-
HSV(B)333.06º27.22%70.59%-
XYZ32.6928.2433.86-
YUV148.16130.73150.71-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.79%
GREEN value IS 131 (51.56% from 255) = 28.23%
BLUE value IS 153 (60.16% from 255) = 32.97%
R=38.79%
G=28.23%
B=32.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013115300.270.150.29333.0624.6260.98
HexB4839901BF1D14d193d
Octal26420323103317355153175
Binary10110100100000111001100101101111111110110100110111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48399; }

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

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

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

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

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

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

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

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