#B46F9F

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

Shades of Bouquet #B46F9F

Tints of Bouquet #B46F9F

Color information

#B46F9F (or 0xB46F9F) is unknown color: approx Bouquet. HEX triplet: B4, 6F and 9F. RGB value is (180,111,159). Sum of RGB (Red+Green+Blue) = 180+111+159=450 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40% from 450); Green value is 111 (43.75% from 255 or 24.67% from 450); Blue value is 159 (62.5% from 255 or 35.33% from 450); Max value from RGB is 180 - color contains mainly: red. Hex color #B46F9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46F9F is #4B9060. Grayscale: #888888. Windows color (decimal): -4952161 or 10448820. OLE color: 10448820.

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

Color convert

RGB180111159-
CMYK00.380.120.29
HSL318.26º31.51%57.06%-
HSV(B)318.26º38.33%70.59%-
XYZ30.7623.5835.73-
YUV137.1140.36158.6-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40%
GREEN value IS 111 (43.75% from 255) = 24.67%
BLUE value IS 159 (62.5% from 255) = 35.33%
R=40%
G=24.67%
B=35.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011115900.380.120.29318.2631.5157.06
HexB46F9F026C1D13e2039
Octal26415723704614354764071
Binary101101001101111100111110100110110011101100111110100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46F9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46F9F; }

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

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

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

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

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

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

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

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