#B46595

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

Shades of Bouquet #B46595

Tints of Bouquet #B46595

Color information

#B46595 (or 0xB46595) is unknown color: approx Bouquet. HEX triplet: B4, 65 and 95. RGB value is (180,101,149). Sum of RGB (Red+Green+Blue) = 180+101+149=430 (56% of max value = 765). Red value is 180 (70.70% from 255 or 41.86% from 430); Green value is 101 (39.84% from 255 or 23.49% from 430); Blue value is 149 (58.59% from 255 or 34.65% from 430); Max value from RGB is 180 - color contains mainly: red. Hex color #B46595 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46595 is #4B9A6A. Grayscale: #818181. Windows color (decimal): -4954731 or 9790900. OLE color: 9790900.

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

Color convert

RGB180101149-
CMYK00.440.170.29
HSL323.54º34.5%55.1%-
HSV(B)323.54º43.89%70.59%-
XYZ28.921.1831-
YUV130.09138.67163.6-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.86%
GREEN value IS 101 (39.84% from 255) = 23.49%
BLUE value IS 149 (58.59% from 255) = 34.65%
R=41.86%
G=23.49%
B=34.65%

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
Decimal18010114900.440.170.29323.5434.555.1
HexB4659502C111D1442237
Octal26414522505421355044267
Binary1011010011001011001010101011001000111101101000100100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46595; }

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

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

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

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

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

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

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

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