#B46D9C

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

Shades of Bouquet #B46D9C

Tints of Bouquet #B46D9C

Color information

#B46D9C (or 0xB46D9C) is unknown color: approx Bouquet. HEX triplet: B4, 6D and 9C. RGB value is (180,109,156). Sum of RGB (Red+Green+Blue) = 180+109+156=445 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.45% from 445); Green value is 109 (42.97% from 255 or 24.49% from 445); Blue value is 156 (61.33% from 255 or 35.06% from 445); Max value from RGB is 180 - color contains mainly: red. Hex color #B46D9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46D9C is #4B9263. Grayscale: #878787. Windows color (decimal): -4952676 or 10251700. OLE color: 10251700.

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

Color convert

RGB180109156-
CMYK00.390.130.29
HSL320.28º32.13%56.67%-
HSV(B)320.28º39.44%70.59%-
XYZ30.2923.0434.3-
YUV135.59139.52159.68-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.45%
GREEN value IS 109 (42.97% from 255) = 24.49%
BLUE value IS 156 (61.33% from 255) = 35.06%
R=40.45%
G=24.49%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18010915600.390.130.29320.2832.1356.67
HexB46D9C027D1D1402039
Octal26415523404715355004071
Binary101101001101101100111000100111110111101101000000100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46D9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46D9C; }

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

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

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

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

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

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

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

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