#B47BA0

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

Shades of Bouquet #B47BA0

Tints of Bouquet #B47BA0

Color information

#B47BA0 (or 0xB47BA0) is unknown color: approx Bouquet. HEX triplet: B4, 7B and A0. RGB value is (180,123,160). Sum of RGB (Red+Green+Blue) = 180+123+160=463 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.88% from 463); Green value is 123 (48.44% from 255 or 26.57% from 463); Blue value is 160 (62.89% from 255 or 34.56% from 463); Max value from RGB is 180 - color contains mainly: red. Hex color #B47BA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47BA0 is #4B845F. Grayscale: #909090. Windows color (decimal): -4949088 or 10517428. OLE color: 10517428.

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

Color convert

RGB180123160-
CMYK00.320.110.29
HSL321.05º27.54%59.41%-
HSV(B)321.05º31.67%70.59%-
XYZ32.2526.4136.66-
YUV144.26136.88153.49-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.88%
GREEN value IS 123 (48.44% from 255) = 26.57%
BLUE value IS 160 (62.89% from 255) = 34.56%
R=38.88%
G=26.57%
B=34.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.11
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012316000.320.110.29321.0527.5459.41
HexB47BA0020B1D1411c3b
Octal26417324004013355013473
Binary10110100111101110100000010000010111110110100000111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47BA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47BA0; }

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

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

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

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

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

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

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

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