#B6719D

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

Shades of Bouquet #B6719D

Tints of Bouquet #B6719D

Color information

#B6719D (or 0xB6719D) is unknown color: approx Bouquet. HEX triplet: B6, 71 and 9D. RGB value is (182,113,157). Sum of RGB (Red+Green+Blue) = 182+113+157=452 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.27% from 452); Green value is 113 (44.53% from 255 or 25% from 452); Blue value is 157 (61.72% from 255 or 34.73% from 452); Max value from RGB is 182 - color contains mainly: red. Hex color #B6719D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6719D is #498E62. Grayscale: #8A8A8A. Windows color (decimal): -4820579 or 10318262. OLE color: 10318262.

HSL color Cylindrical-coordinate representation of color #B6719D: hue angle of 321.74º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B6719D is Cyan = 0, Magento = 0.38, Yellow = 0.14 and Black (K on CMYK) = 0.29.

Color convert

RGB182113157-
CMYK00.380.140.29
HSL321.74º32.09%57.84%-
HSV(B)321.74º37.91%71.37%-
XYZ31.2824.1934.92-
YUV138.65138.36158.92-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.27%
GREEN value IS 113 (44.53% from 255) = 25%
BLUE value IS 157 (61.72% from 255) = 34.73%
R=40.27%
G=25%
B=34.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18211315700.380.140.29321.7432.0957.84
HexB6719D026E1D142203a
Octal26616123504616355024072
Binary101101101110001100111010100110111011101101000010100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6719D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6719D; }

 p { color: rgb(182,113,157); }

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

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

 a { background-color: rgb(182,113,157); }

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

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

 span { border-color: rgb(182,113,157); }

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