#B48DA4

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

Shades of Bouquet #B48DA4

Tints of Bouquet #B48DA4

Color information

#B48DA4 (or 0xB48DA4) is unknown color: approx Bouquet. HEX triplet: B4, 8D and A4. RGB value is (180,141,164). Sum of RGB (Red+Green+Blue) = 180+141+164=485 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.11% from 485); Green value is 141 (55.47% from 255 or 29.07% from 485); Blue value is 164 (64.45% from 255 or 33.81% from 485); Max value from RGB is 180 - color contains mainly: red. Hex color #B48DA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48DA4 is #4B725B. Grayscale: #9B9B9B. Windows color (decimal): -4944476 or 10784180. OLE color: 10784180.

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

Color convert

RGB180141164-
CMYK00.220.090.29
HSL324.62º20.63%62.94%-
HSV(B)324.62º21.67%70.59%-
XYZ35.0531.4339.34-
YUV155.28132.92145.63-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.11%
GREEN value IS 141 (55.47% from 255) = 29.07%
BLUE value IS 164 (64.45% from 255) = 33.81%
R=37.11%
G=29.07%
B=33.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.09
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014116400.220.090.29324.6220.6362.94
HexB48DA401691D145153f
Octal26421524402611355052577
Binary10110100100011011010010001011010011110110100010110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48DA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48DA4; }

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

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

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

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

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

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

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

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