#B48FA2

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

Shades of Bouquet #B48FA2

Tints of Bouquet #B48FA2

Color information

#B48FA2 (or 0xB48FA2) is unknown color: approx Bouquet. HEX triplet: B4, 8F and A2. RGB value is (180,143,162). Sum of RGB (Red+Green+Blue) = 180+143+162=485 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.11% from 485); Green value is 143 (56.25% from 255 or 29.48% from 485); Blue value is 162 (63.67% from 255 or 33.40% from 485); Max value from RGB is 180 - color contains mainly: red. Hex color #B48FA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48FA2 is #4B705D. Grayscale: #9C9C9C. Windows color (decimal): -4943966 or 10653620. OLE color: 10653620.

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

Color convert

RGB180143162-
CMYK00.210.10.29
HSL329.19º19.79%63.33%-
HSV(B)329.19º20.56%70.59%-
XYZ35.1731.9638.5-
YUV156.23131.26144.96-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.11%
GREEN value IS 143 (56.25% from 255) = 29.48%
BLUE value IS 162 (63.67% from 255) = 33.40%
R=37.11%
G=29.48%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.1
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014316200.210.10.29329.1919.7963.33
HexB48FA2015A1D149143f
Octal26421724202512355112477
Binary10110100100011111010001001010110101110110100100110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48FA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48FA2; }

 p { color: rgb(180,143,162); }

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

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

 a { background-color: rgb(180,143,162); }

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

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

 span { border-color: rgb(180,143,162); }

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