#B46695

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

Shades of Bouquet #B46695

Tints of Bouquet #B46695

Color information

#B46695 (or 0xB46695) is unknown color: approx Bouquet. HEX triplet: B4, 66 and 95. RGB value is (180,102,149). Sum of RGB (Red+Green+Blue) = 180+102+149=431 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.76% from 431); Green value is 102 (40.23% from 255 or 23.67% from 431); Blue value is 149 (58.59% from 255 or 34.57% from 431); Max value from RGB is 180 - color contains mainly: red. Hex color #B46695 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46695 is #4B996A. Grayscale: #828282. Windows color (decimal): -4954475 or 9791156. OLE color: 9791156.

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

Color convert

RGB180102149-
CMYK00.430.170.29
HSL323.85º34.21%55.29%-
HSV(B)323.85º43.33%70.59%-
XYZ2921.3831.03-
YUV130.68138.34163.18-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.76%
GREEN value IS 102 (40.23% from 255) = 23.67%
BLUE value IS 149 (58.59% from 255) = 34.57%
R=41.76%
G=23.67%
B=34.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.17
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18010214900.430.170.29323.8534.2155.29
HexB4669502B111D1442237
Octal26414622505321355044267
Binary1011010011001101001010101010111000111101101000100100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46695; }

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

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

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

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

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

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

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

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