#B6809A

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

Shades of Bouquet #B6809A

Tints of Bouquet #B6809A

Color information

#B6809A (or 0xB6809A) is unknown color: approx Bouquet. HEX triplet: B6, 80 and 9A. RGB value is (182,128,154). Sum of RGB (Red+Green+Blue) = 182+128+154=464 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.22% from 464); Green value is 128 (50.39% from 255 or 27.59% from 464); Blue value is 154 (60.55% from 255 or 33.19% from 464); Max value from RGB is 182 - color contains mainly: red. Hex color #B6809A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6809A is #497F65. Grayscale: #939393. Windows color (decimal): -4816742 or 10125494. OLE color: 10125494.

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

Color convert

RGB182128154-
CMYK00.300.150.29
HSL331.11º27%60.78%-
HSV(B)331.11º29.67%71.37%-
XYZ32.8427.7234.19-
YUV147.11131.89152.89-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.22%
GREEN value IS 128 (50.39% from 255) = 27.59%
BLUE value IS 154 (60.55% from 255) = 33.19%
R=39.22%
G=27.59%
B=33.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18212815400.300.150.29331.112760.78
HexB6809A01EF1D14b1b3d
Octal26620023203617355133375
Binary10110110100000001001101001111011111110110100101111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6809A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6809A; }

 p { color: rgb(182,128,154); }

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

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

 a { background-color: rgb(182,128,154); }

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

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

 span { border-color: rgb(182,128,154); }

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