#B47B96

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

Shades of Bouquet #B47B96

Tints of Bouquet #B47B96

Color information

#B47B96 (or 0xB47B96) is unknown color: approx Bouquet. HEX triplet: B4, 7B and 96. RGB value is (180,123,150). Sum of RGB (Red+Green+Blue) = 180+123+150=453 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.74% from 453); Green value is 123 (48.44% from 255 or 27.15% from 453); Blue value is 150 (58.98% from 255 or 33.11% from 453); Max value from RGB is 180 - color contains mainly: red. Hex color #B47B96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47B96 is #4B8469. Grayscale: #8F8F8F. Windows color (decimal): -4949098 or 9862068. OLE color: 9862068.

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

Color convert

RGB180123150-
CMYK00.320.170.29
HSL331.58º27.54%59.41%-
HSV(B)331.58º31.67%70.59%-
XYZ31.4126.0732.23-
YUV143.12131.88154.3-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.74%
GREEN value IS 123 (48.44% from 255) = 27.15%
BLUE value IS 150 (58.98% from 255) = 33.11%
R=39.74%
G=27.15%
B=33.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.17
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012315000.320.170.29331.5827.5459.41
HexB47B96020111D14c1c3b
Octal26417322604021355143473
Binary101101001111011100101100100000100011110110100110011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47B96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47B96; }

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

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

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

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

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

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

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

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