#B6829E

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

Shades of Bouquet #B6829E

Tints of Bouquet #B6829E

Color information

#B6829E (or 0xB6829E) is unknown color: approx Bouquet. HEX triplet: B6, 82 and 9E. RGB value is (182,130,158). Sum of RGB (Red+Green+Blue) = 182+130+158=470 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.72% from 470); Green value is 130 (51.17% from 255 or 27.66% from 470); Blue value is 158 (62.11% from 255 or 33.62% from 470); Max value from RGB is 182 - color contains mainly: red. Hex color #B6829E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6829E is #497D61. Grayscale: #949494. Windows color (decimal): -4816226 or 10388150. OLE color: 10388150.

HSL color Cylindrical-coordinate representation of color #B6829E: hue angle of 327.69º degrees, saturation: 0.26, 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 #B6829E is Cyan = 0, Magento = 0.29, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB182130158-
CMYK00.290.130.29
HSL327.69º26.26%61.18%-
HSV(B)327.69º28.57%71.37%-
XYZ33.4528.3836.06-
YUV148.74133.23151.72-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.72%
GREEN value IS 130 (51.17% from 255) = 27.66%
BLUE value IS 158 (62.11% from 255) = 33.62%
R=38.72%
G=27.66%
B=33.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18213015800.290.130.29327.6926.2661.18
HexB6829E01DD1D1481a3d
Octal26620223603515355103275
Binary10110110100000101001111001110111011110110100100011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6829E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6829E; }

 p { color: rgb(182,130,158); }

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

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

 a { background-color: rgb(182,130,158); }

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

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

 span { border-color: rgb(182,130,158); }

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