#B48598

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

Shades of Bouquet #B48598

Tints of Bouquet #B48598

Color information

#B48598 (or 0xB48598) is unknown color: approx Bouquet. HEX triplet: B4, 85 and 98. RGB value is (180,133,152). Sum of RGB (Red+Green+Blue) = 180+133+152=465 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.71% from 465); Green value is 133 (52.34% from 255 or 28.60% from 465); Blue value is 152 (59.77% from 255 or 32.69% from 465); Max value from RGB is 180 - color contains mainly: red. Hex color #B48598 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48598 is #4B7A67. Grayscale: #959595. Windows color (decimal): -4946536 or 9995700. OLE color: 9995700.

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

Color convert

RGB180133152-
CMYK00.260.160.29
HSL335.74º23.86%61.37%-
HSV(B)335.74º26.11%70.59%-
XYZ32.8828.7533.52-
YUV149.22129.57149.96-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.71%
GREEN value IS 133 (52.34% from 255) = 28.60%
BLUE value IS 152 (59.77% from 255) = 32.69%
R=38.71%
G=28.60%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.16
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013315200.260.160.29335.7423.8661.37
HexB4859801A101D150183d
Octal26420523003220355203075
Binary101101001000010110011000011010100001110110101000011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48598; }

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

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

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

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

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

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

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

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