#B47B9E

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

Shades of Bouquet #B47B9E

Tints of Bouquet #B47B9E

Color information

#B47B9E (or 0xB47B9E) is unknown color: approx Bouquet. HEX triplet: B4, 7B and 9E. RGB value is (180,123,158). Sum of RGB (Red+Green+Blue) = 180+123+158=461 (61% of max value = 765). Red value is 180 (70.70% from 255 or 39.05% from 461); Green value is 123 (48.44% from 255 or 26.68% from 461); Blue value is 158 (62.11% from 255 or 34.27% from 461); Max value from RGB is 180 - color contains mainly: red. Hex color #B47B9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47B9E is #4B8461. Grayscale: #8F8F8F. Windows color (decimal): -4949090 or 10386356. OLE color: 10386356.

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

Color convert

RGB180123158-
CMYK00.320.120.29
HSL323.16º27.54%59.41%-
HSV(B)323.16º31.67%70.59%-
XYZ32.0826.3435.74-
YUV144.03135.88153.65-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.05%
GREEN value IS 123 (48.44% from 255) = 26.68%
BLUE value IS 158 (62.11% from 255) = 34.27%
R=39.05%
G=26.68%
B=34.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012315800.320.120.29323.1627.5459.41
HexB47B9E020C1D1431c3b
Octal26417323604014355033473
Binary10110100111101110011110010000011001110110100001111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47B9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47B9E; }

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

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

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

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

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

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

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

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