#B46796

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

Shades of Bouquet #B46796

Tints of Bouquet #B46796

Color information

#B46796 (or 0xB46796) is unknown color: approx Bouquet. HEX triplet: B4, 67 and 96. RGB value is (180,103,150). Sum of RGB (Red+Green+Blue) = 180+103+150=433 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.57% from 433); Green value is 103 (40.62% from 255 or 23.79% from 433); Blue value is 150 (58.98% from 255 or 34.64% from 433); Max value from RGB is 180 - color contains mainly: red. Hex color #B46796 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46796 is #4B9869. Grayscale: #838383. Windows color (decimal): -4954218 or 9856948. OLE color: 9856948.

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

Color convert

RGB180103150-
CMYK00.430.170.29
HSL323.38º33.92%55.49%-
HSV(B)323.38º42.78%70.59%-
XYZ29.1821.6131.49-
YUV131.38138.51162.68-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.57%
GREEN value IS 103 (40.62% from 255) = 23.79%
BLUE value IS 150 (58.98% from 255) = 34.64%
R=41.57%
G=23.79%
B=34.64%

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
Decimal18010315000.430.170.29323.3833.9255.49
HexB4679602B111D1432237
Octal26414722605321355034267
Binary1011010011001111001011001010111000111101101000011100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46796; }

 p { color: rgb(180,103,150); }

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

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

 a { background-color: rgb(180,103,150); }

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

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

 span { border-color: rgb(180,103,150); }

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