#B47BA5

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

Shades of Bouquet #B47BA5

Tints of Bouquet #B47BA5

Color information

#B47BA5 (or 0xB47BA5) is unknown color: approx Bouquet. HEX triplet: B4, 7B and A5. RGB value is (180,123,165). Sum of RGB (Red+Green+Blue) = 180+123+165=468 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.46% from 468); Green value is 123 (48.44% from 255 or 26.28% from 468); Blue value is 165 (64.84% from 255 or 35.26% from 468); Max value from RGB is 180 - color contains mainly: red. Hex color #B47BA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47BA5 is #4B845A. Grayscale: #909090. Windows color (decimal): -4949083 or 10845108. OLE color: 10845108.

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

Color convert

RGB180123165-
CMYK00.320.080.29
HSL315.79º27.54%59.41%-
HSV(B)315.79º31.67%70.59%-
XYZ32.726.5939.01-
YUV144.83139.38153.08-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.46%
GREEN value IS 123 (48.44% from 255) = 26.28%
BLUE value IS 165 (64.84% from 255) = 35.26%
R=38.46%
G=26.28%
B=35.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.08
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012316500.320.080.29315.7927.5459.41
HexB47BA502081D13c1c3b
Octal26417324504010354743473
Binary10110100111101110100101010000010001110110011110011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47BA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47BA5; }

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

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

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

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

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

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

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

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