#B46D94

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

Shades of Bouquet #B46D94

Tints of Bouquet #B46D94

Color information

#B46D94 (or 0xB46D94) is unknown color: approx Bouquet. HEX triplet: B4, 6D and 94. RGB value is (180,109,148). Sum of RGB (Red+Green+Blue) = 180+109+148=437 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.19% from 437); Green value is 109 (42.97% from 255 or 24.94% from 437); Blue value is 148 (58.20% from 255 or 33.87% from 437); Max value from RGB is 180 - color contains mainly: red. Hex color #B46D94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46D94 is #4B926B. Grayscale: #868686. Windows color (decimal): -4952684 or 9727412. OLE color: 9727412.

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

Color convert

RGB180109148-
CMYK00.390.180.29
HSL327.04º32.13%56.67%-
HSV(B)327.04º39.44%70.59%-
XYZ29.6422.7830.85-
YUV134.68135.52160.33-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.19%
GREEN value IS 109 (42.97% from 255) = 24.94%
BLUE value IS 148 (58.20% from 255) = 33.87%
R=41.19%
G=24.94%
B=33.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18010914800.390.180.29327.0432.1356.67
HexB46D94027121D1472039
Octal26415522404722355074071
Binary1011010011011011001010001001111001011101101000111100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46D94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46D94; }

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

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

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

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

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

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

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

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