#B48BA0

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

Shades of Bouquet #B48BA0

Tints of Bouquet #B48BA0

Color information

#B48BA0 (or 0xB48BA0) is unknown color: approx Bouquet. HEX triplet: B4, 8B and A0. RGB value is (180,139,160). Sum of RGB (Red+Green+Blue) = 180+139+160=479 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.58% from 479); Green value is 139 (54.69% from 255 or 29.02% from 479); Blue value is 160 (62.89% from 255 or 33.40% from 479); Max value from RGB is 180 - color contains mainly: red. Hex color #B48BA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48BA0 is #4B745F. Grayscale: #999999. Windows color (decimal): -4944992 or 10521524. OLE color: 10521524.

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

Color convert

RGB180139160-
CMYK00.230.110.29
HSL329.27º21.47%62.55%-
HSV(B)329.27º22.78%70.59%-
XYZ34.430.7137.37-
YUV153.65131.58146.79-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.58%
GREEN value IS 139 (54.69% from 255) = 29.02%
BLUE value IS 160 (62.89% from 255) = 33.40%
R=37.58%
G=29.02%
B=33.40%

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
Decimal18013916000.230.110.29329.2721.4762.55
HexB48BA0017B1D149153f
Octal26421324002713355112577
Binary10110100100010111010000001011110111110110100100110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48BA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48BA0; }

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

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

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

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

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

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

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

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