#B6829D

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

Shades of Bouquet #B6829D

Tints of Bouquet #B6829D

Color information

#B6829D (or 0xB6829D) is unknown color: approx Bouquet. HEX triplet: B6, 82 and 9D. RGB value is (182,130,157). Sum of RGB (Red+Green+Blue) = 182+130+157=469 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.81% from 469); Green value is 130 (51.17% from 255 or 27.72% from 469); Blue value is 157 (61.72% from 255 or 33.48% from 469); Max value from RGB is 182 - color contains mainly: red. Hex color #B6829D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6829D is #497D62. Grayscale: #949494. Windows color (decimal): -4816227 or 10322614. OLE color: 10322614.

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

Color convert

RGB182130157-
CMYK00.290.140.29
HSL328.85º26.26%61.18%-
HSV(B)328.85º28.57%71.37%-
XYZ33.3628.3435.61-
YUV148.63132.73151.8-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.81%
GREEN value IS 130 (51.17% from 255) = 27.72%
BLUE value IS 157 (61.72% from 255) = 33.48%
R=38.81%
G=27.72%
B=33.48%

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
Decimal18213015700.290.140.29328.8526.2661.18
HexB6829D01DE1D1491a3d
Octal26620223503516355113275
Binary10110110100000101001110101110111101110110100100111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6829D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6829D; }

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

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

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

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

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

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

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

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