#B46A95

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

Shades of Bouquet #B46A95

Tints of Bouquet #B46A95

Color information

#B46A95 (or 0xB46A95) is unknown color: approx Bouquet. HEX triplet: B4, 6A and 95. RGB value is (180,106,149). Sum of RGB (Red+Green+Blue) = 180+106+149=435 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.38% from 435); Green value is 106 (41.80% from 255 or 24.37% from 435); Blue value is 149 (58.59% from 255 or 34.25% from 435); Max value from RGB is 180 - color contains mainly: red. Hex color #B46A95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46A95 is #4B956A. Grayscale: #848484. Windows color (decimal): -4953451 or 9792180. OLE color: 9792180.

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

Color convert

RGB180106149-
CMYK00.410.170.29
HSL325.14º33.04%56.08%-
HSV(B)325.14º41.11%70.59%-
XYZ29.422.1831.17-
YUV133.03137.02161.5-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.38%
GREEN value IS 106 (41.80% from 255) = 24.37%
BLUE value IS 149 (58.59% from 255) = 34.25%
R=41.38%
G=24.37%
B=34.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.17
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18010614900.410.170.29325.1433.0456.08
HexB46A95029111D1452138
Octal26415222505121355054170
Binary1011010011010101001010101010011000111101101000101100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46A95; }

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

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

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

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

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

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

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

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