#B48095

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

Shades of Bouquet #B48095

Tints of Bouquet #B48095

Color information

#B48095 (or 0xB48095) is unknown color: approx Bouquet. HEX triplet: B4, 80 and 95. RGB value is (180,128,149). Sum of RGB (Red+Green+Blue) = 180+128+149=457 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.39% from 457); Green value is 128 (50.39% from 255 or 28.01% from 457); Blue value is 149 (58.59% from 255 or 32.60% from 457); Max value from RGB is 180 - color contains mainly: red. Hex color #B48095 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48095 is #4B7F6A. Grayscale: #919191. Windows color (decimal): -4947819 or 9797812. OLE color: 9797812.

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

Color convert

RGB180128149-
CMYK00.290.170.29
HSL335.77º25.74%60.39%-
HSV(B)335.77º28.89%70.59%-
XYZ31.9727.3132.02-
YUV145.94129.73152.29-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.39%
GREEN value IS 128 (50.39% from 255) = 28.01%
BLUE value IS 149 (58.59% from 255) = 32.60%
R=39.39%
G=28.01%
B=32.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.17
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012814900.290.170.29335.7725.7460.39
HexB4809501D111D1501a3c
Octal26420022503521355203274
Binary101101001000000010010101011101100011110110101000011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48095; }

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

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

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

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

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

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

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

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