#B47CA0

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

Shades of Bouquet #B47CA0

Tints of Bouquet #B47CA0

Color information

#B47CA0 (or 0xB47CA0) is unknown color: approx Bouquet. HEX triplet: B4, 7C and A0. RGB value is (180,124,160). Sum of RGB (Red+Green+Blue) = 180+124+160=464 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.79% from 464); Green value is 124 (48.83% from 255 or 26.72% from 464); Blue value is 160 (62.89% from 255 or 34.48% from 464); Max value from RGB is 180 - color contains mainly: red. Hex color #B47CA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47CA0 is #4B835F. Grayscale: #909090. Windows color (decimal): -4948832 or 10517684. OLE color: 10517684.

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

Color convert

RGB180124160-
CMYK00.310.110.29
HSL321.43º27.18%59.61%-
HSV(B)321.43º31.11%70.59%-
XYZ32.3826.6636.7-
YUV144.85136.55153.07-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.79%
GREEN value IS 124 (48.83% from 255) = 26.72%
BLUE value IS 160 (62.89% from 255) = 34.48%
R=38.79%
G=26.72%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.11
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012416000.310.110.29321.4327.1859.61
HexB47CA001FB1D1411b3c
Octal26417424003713355013374
Binary1011010011111001010000001111110111110110100000111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47CA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47CA0; }

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

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

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

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

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

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

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

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