#B46596

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

Shades of Bouquet #B46596

Tints of Bouquet #B46596

Color information

#B46596 (or 0xB46596) is unknown color: approx Bouquet. HEX triplet: B4, 65 and 96. RGB value is (180,101,150). Sum of RGB (Red+Green+Blue) = 180+101+150=431 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.76% from 431); Green value is 101 (39.84% from 255 or 23.43% from 431); Blue value is 150 (58.98% from 255 or 34.80% from 431); Max value from RGB is 180 - color contains mainly: red. Hex color #B46596 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46596 is #4B9A69. Grayscale: #828282. Windows color (decimal): -4954730 or 9856436. OLE color: 9856436.

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

Color convert

RGB180101150-
CMYK00.440.170.29
HSL322.78º34.5%55.1%-
HSV(B)322.78º43.89%70.59%-
XYZ28.9821.2131.42-
YUV130.21139.17163.52-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.76%
GREEN value IS 101 (39.84% from 255) = 23.43%
BLUE value IS 150 (58.98% from 255) = 34.80%
R=41.76%
G=23.43%
B=34.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.17
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18010115000.440.170.29322.7834.555.1
HexB4659602C111D1432237
Octal26414522605421355034267
Binary1011010011001011001011001011001000111101101000011100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46596; }

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

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

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

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

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

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

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

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