#B47A9A

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

Shades of Bouquet #B47A9A

Tints of Bouquet #B47A9A

Color information

#B47A9A (or 0xB47A9A) is unknown color: approx Bouquet. HEX triplet: B4, 7A and 9A. RGB value is (180,122,154). Sum of RGB (Red+Green+Blue) = 180+122+154=456 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.47% from 456); Green value is 122 (48.05% from 255 or 26.75% from 456); Blue value is 154 (60.55% from 255 or 33.77% from 456); Max value from RGB is 180 - color contains mainly: red. Hex color #B47A9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47A9A is #4B8565. Grayscale: #8E8E8E. Windows color (decimal): -4949350 or 10123956. OLE color: 10123956.

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

Color convert

RGB180122154-
CMYK00.320.140.29
HSL326.9º27.88%59.22%-
HSV(B)326.9º32.22%70.59%-
XYZ31.6125.9633.92-
YUV142.99134.22154.4-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.47%
GREEN value IS 122 (48.05% from 255) = 26.75%
BLUE value IS 154 (60.55% from 255) = 33.77%
R=39.47%
G=26.75%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012215400.320.140.29326.927.8859.22
HexB47A9A020E1D1471c3b
Octal26417223204016355073473
Binary10110100111101010011010010000011101110110100011111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47A9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47A9A; }

 p { color: rgb(180,122,154); }

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

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

 a { background-color: rgb(180,122,154); }

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

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

 span { border-color: rgb(180,122,154); }

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