#B48AA0

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

Shades of Bouquet #B48AA0

Tints of Bouquet #B48AA0

Color information

#B48AA0 (or 0xB48AA0) is unknown color: approx Bouquet. HEX triplet: B4, 8A and A0. RGB value is (180,138,160). Sum of RGB (Red+Green+Blue) = 180+138+160=478 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.66% from 478); Green value is 138 (54.30% from 255 or 28.87% from 478); Blue value is 160 (62.89% from 255 or 33.47% from 478); Max value from RGB is 180 - color contains mainly: red. Hex color #B48AA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48AA0 is #4B755F. Grayscale: #999999. Windows color (decimal): -4945248 or 10521268. OLE color: 10521268.

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

Color convert

RGB180138160-
CMYK00.230.110.29
HSL328.57º21.88%62.35%-
HSV(B)328.57º23.33%70.59%-
XYZ34.2630.4237.32-
YUV153.07131.91147.21-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.66%
GREEN value IS 138 (54.30% from 255) = 28.87%
BLUE value IS 160 (62.89% from 255) = 33.47%
R=37.66%
G=28.87%
B=33.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.11
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013816000.230.110.29328.5721.8862.35
HexB48AA0017B1D149163e
Octal26421224002713355112676
Binary10110100100010101010000001011110111110110100100110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48AA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48AA0; }

 p { color: rgb(180,138,160); }

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

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

 a { background-color: rgb(180,138,160); }

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

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

 span { border-color: rgb(180,138,160); }

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