#B47A9C

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

Shades of Bouquet #B47A9C

Tints of Bouquet #B47A9C

Color information

#B47A9C (or 0xB47A9C) is unknown color: approx Bouquet. HEX triplet: B4, 7A and 9C. RGB value is (180,122,156). Sum of RGB (Red+Green+Blue) = 180+122+156=458 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.30% from 458); Green value is 122 (48.05% from 255 or 26.64% from 458); Blue value is 156 (61.33% from 255 or 34.06% from 458); Max value from RGB is 180 - color contains mainly: red. Hex color #B47A9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47A9C is #4B8563. Grayscale: #8F8F8F. Windows color (decimal): -4949348 or 10255028. OLE color: 10255028.

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

Color convert

RGB180122156-
CMYK00.320.130.29
HSL324.83º27.88%59.22%-
HSV(B)324.83º32.22%70.59%-
XYZ31.7826.0234.8-
YUV143.22135.22154.24-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.30%
GREEN value IS 122 (48.05% from 255) = 26.64%
BLUE value IS 156 (61.33% from 255) = 34.06%
R=39.30%
G=26.64%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012215600.320.130.29324.8327.8859.22
HexB47A9C020D1D1451c3b
Octal26417223404015355053473
Binary10110100111101010011100010000011011110110100010111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47A9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47A9C; }

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

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

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

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

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

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

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

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