#B46E97

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

Shades of Bouquet #B46E97

Tints of Bouquet #B46E97

Color information

#B46E97 (or 0xB46E97) is unknown color: approx Bouquet. HEX triplet: B4, 6E and 97. RGB value is (180,110,151). Sum of RGB (Red+Green+Blue) = 180+110+151=441 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.82% from 441); Green value is 110 (43.36% from 255 or 24.94% from 441); Blue value is 151 (59.38% from 255 or 34.24% from 441); Max value from RGB is 180 - color contains mainly: red. Hex color #B46E97 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46E97 is #4B9168. Grayscale: #878787. Windows color (decimal): -4952425 or 9924276. OLE color: 9924276.

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

Color convert

RGB180110151-
CMYK00.390.160.29
HSL324.86º31.82%56.86%-
HSV(B)324.86º38.89%70.59%-
XYZ29.9823.0932.15-
YUV135.6136.69159.67-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.82%
GREEN value IS 110 (43.36% from 255) = 24.94%
BLUE value IS 151 (59.38% from 255) = 34.24%
R=40.82%
G=24.94%
B=34.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.16
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011015100.390.160.29324.8631.8256.86
HexB46E97027101D1452039
Octal26415622704720355054071
Binary1011010011011101001011101001111000011101101000101100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46E97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46E97; }

 p { color: rgb(180,110,151); }

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

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

 a { background-color: rgb(180,110,151); }

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

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

 span { border-color: rgb(180,110,151); }

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