#B46F9C

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

Shades of Bouquet #B46F9C

Tints of Bouquet #B46F9C

Color information

#B46F9C (or 0xB46F9C) is unknown color: approx Bouquet. HEX triplet: B4, 6F and 9C. RGB value is (180,111,156). Sum of RGB (Red+Green+Blue) = 180+111+156=447 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.27% from 447); Green value is 111 (43.75% from 255 or 24.83% from 447); Blue value is 156 (61.33% from 255 or 34.90% from 447); Max value from RGB is 180 - color contains mainly: red. Hex color #B46F9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46F9C is #4B9063. Grayscale: #888888. Windows color (decimal): -4952164 or 10252212. OLE color: 10252212.

HSL color Cylindrical-coordinate representation of color #B46F9C: hue angle of 320.87º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B46F9C is Cyan = 0, Magento = 0.38, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB180111156-
CMYK00.380.130.29
HSL320.87º31.51%57.06%-
HSV(B)320.87º38.33%70.59%-
XYZ30.5123.4734.38-
YUV136.76138.86158.84-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.27%
GREEN value IS 111 (43.75% from 255) = 24.83%
BLUE value IS 156 (61.33% from 255) = 34.90%
R=40.27%
G=24.83%
B=34.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011115600.380.130.29320.8731.5157.06
HexB46F9C026D1D1412039
Octal26415723404615355014071
Binary101101001101111100111000100110110111101101000001100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46F9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46F9C; }

 p { color: rgb(180,111,156); }

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

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

 a { background-color: rgb(180,111,156); }

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

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

 span { border-color: rgb(180,111,156); }

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