#B6819D

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

Shades of Bouquet #B6819D

Tints of Bouquet #B6819D

Color information

#B6819D (or 0xB6819D) is unknown color: approx Bouquet. HEX triplet: B6, 81 and 9D. RGB value is (182,129,157). Sum of RGB (Red+Green+Blue) = 182+129+157=468 (61% of max value = 765). Red value is 182 (71.48% from 255 or 38.89% from 468); Green value is 129 (50.78% from 255 or 27.56% from 468); Blue value is 157 (61.72% from 255 or 33.55% from 468); Max value from RGB is 182 - color contains mainly: red. Hex color #B6819D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6819D is #497E62. Grayscale: #939393. Windows color (decimal): -4816483 or 10322358. OLE color: 10322358.

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

Color convert

RGB182129157-
CMYK00.290.140.29
HSL328.3º26.63%60.98%-
HSV(B)328.3º29.12%71.37%-
XYZ33.2328.0835.57-
YUV148.04133.06152.22-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.89%
GREEN value IS 129 (50.78% from 255) = 27.56%
BLUE value IS 157 (61.72% from 255) = 33.55%
R=38.89%
G=27.56%
B=33.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18212915700.290.140.29328.326.6360.98
HexB6819D01DE1D1481b3d
Octal26620123503516355103375
Binary10110110100000011001110101110111101110110100100011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6819D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6819D; }

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

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

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

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

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

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

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

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