#B48EA4

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

Shades of Bouquet #B48EA4

Tints of Bouquet #B48EA4

Color information

#B48EA4 (or 0xB48EA4) is unknown color: approx Bouquet. HEX triplet: B4, 8E and A4. RGB value is (180,142,164). Sum of RGB (Red+Green+Blue) = 180+142+164=486 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.04% from 486); Green value is 142 (55.86% from 255 or 29.22% from 486); Blue value is 164 (64.45% from 255 or 33.74% from 486); Max value from RGB is 180 - color contains mainly: red. Hex color #B48EA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48EA4 is #4B715B. Grayscale: #9B9B9B. Windows color (decimal): -4944220 or 10784436. OLE color: 10784436.

HSL color Cylindrical-coordinate representation of color #B48EA4: hue angle of 325.26º degrees, saturation: 0.2, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B48EA4 is Cyan = 0, Magento = 0.21, Yellow = 0.09 and Black (K on CMYK) = 0.29.

Color convert

RGB180142164-
CMYK00.210.090.29
HSL325.26º20.21%63.14%-
HSV(B)325.26º21.11%70.59%-
XYZ35.231.7339.39-
YUV155.87132.59145.21-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.04%
GREEN value IS 142 (55.86% from 255) = 29.22%
BLUE value IS 164 (64.45% from 255) = 33.74%
R=37.04%
G=29.22%
B=33.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.09
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014216400.210.090.29325.2620.2163.14
HexB48EA401591D145143f
Octal26421624402511355052477
Binary10110100100011101010010001010110011110110100010110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48EA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48EA4; }

 p { color: rgb(180,142,164); }

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

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

 a { background-color: rgb(180,142,164); }

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

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

 span { border-color: rgb(180,142,164); }

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