#B46D96

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

Shades of Bouquet #B46D96

Tints of Bouquet #B46D96

Color information

#B46D96 (or 0xB46D96) is unknown color: approx Bouquet. HEX triplet: B4, 6D and 96. RGB value is (180,109,150). Sum of RGB (Red+Green+Blue) = 180+109+150=439 (58% of max value = 765). Red value is 180 (70.70% from 255 or 41.00% from 439); Green value is 109 (42.97% from 255 or 24.83% from 439); Blue value is 150 (58.98% from 255 or 34.17% from 439); Max value from RGB is 180 - color contains mainly: red. Hex color #B46D96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46D96 is #4B9269. Grayscale: #868686. Windows color (decimal): -4952682 or 9858484. OLE color: 9858484.

HSL color Cylindrical-coordinate representation of color #B46D96: hue angle of 325.35º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B46D96 is Cyan = 0, Magento = 0.39, Yellow = 0.17 and Black (K on CMYK) = 0.29.

Color convert

RGB180109150-
CMYK00.390.170.29
HSL325.35º32.13%56.67%-
HSV(B)325.35º39.44%70.59%-
XYZ29.822.8431.69-
YUV134.9136.52160.17-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.00%
GREEN value IS 109 (42.97% from 255) = 24.83%
BLUE value IS 150 (58.98% from 255) = 34.17%
R=41.00%
G=24.83%
B=34.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.17
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18010915000.390.170.29325.3532.1356.67
HexB46D96027111D1452039
Octal26415522604721355054071
Binary1011010011011011001011001001111000111101101000101100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46D96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46D96; }

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

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

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

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

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

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

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

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