#B6809B

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

Shades of Bouquet #B6809B

Tints of Bouquet #B6809B

Color information

#B6809B (or 0xB6809B) is unknown color: approx Bouquet. HEX triplet: B6, 80 and 9B. RGB value is (182,128,155). Sum of RGB (Red+Green+Blue) = 182+128+155=465 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.14% from 465); Green value is 128 (50.39% from 255 or 27.53% from 465); Blue value is 155 (60.94% from 255 or 33.33% from 465); Max value from RGB is 182 - color contains mainly: red. Hex color #B6809B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6809B is #497F64. Grayscale: #939393. Windows color (decimal): -4816741 or 10191030. OLE color: 10191030.

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

Color convert

RGB182128155-
CMYK00.300.150.29
HSL330º27%60.78%-
HSV(B)330º29.67%71.37%-
XYZ32.9327.7534.63-
YUV147.22132.39152.8-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.14%
GREEN value IS 128 (50.39% from 255) = 27.53%
BLUE value IS 155 (60.94% from 255) = 33.33%
R=39.14%
G=27.53%
B=33.33%

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
Decimal18212815500.300.150.293302760.78
HexB6809B01EF1D14a1b3d
Octal26620023303617355123375
Binary10110110100000001001101101111011111110110100101011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6809B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6809B; }

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

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

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

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

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

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

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

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