#B46797

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

Shades of Bouquet #B46797

Tints of Bouquet #B46797

Color information

#B46797 (or 0xB46797) is unknown color: approx Bouquet. HEX triplet: B4, 67 and 97. RGB value is (180,103,151). Sum of RGB (Red+Green+Blue) = 180+103+151=434 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.47% from 434); Green value is 103 (40.62% from 255 or 23.73% from 434); Blue value is 151 (59.38% from 255 or 34.79% from 434); Max value from RGB is 180 - color contains mainly: red. Hex color #B46797 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46797 is #4B9868. Grayscale: #838383. Windows color (decimal): -4954217 or 9922484. OLE color: 9922484.

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

Color convert

RGB180103151-
CMYK00.430.160.29
HSL322.6º33.92%55.49%-
HSV(B)322.6º42.78%70.59%-
XYZ29.2621.6431.91-
YUV131.5139.01162.6-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.47%
GREEN value IS 103 (40.62% from 255) = 23.73%
BLUE value IS 151 (59.38% from 255) = 34.79%
R=41.47%
G=23.73%
B=34.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.16
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18010315100.430.160.29322.633.9255.49
HexB4679702B101D1432237
Octal26414722705320355034267
Binary1011010011001111001011101010111000011101101000011100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46797

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46797; }

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

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

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

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

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

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

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

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