#B6809E

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

Shades of Bouquet #B6809E

Tints of Bouquet #B6809E

Color information

#B6809E (or 0xB6809E) is unknown color: approx Bouquet. HEX triplet: B6, 80 and 9E. RGB value is (182,128,158). Sum of RGB (Red+Green+Blue) = 182+128+158=468 (61% of max value = 765). Red value is 182 (71.48% from 255 or 38.89% from 468); Green value is 128 (50.39% from 255 or 27.35% from 468); Blue value is 158 (62.11% from 255 or 33.76% from 468); Max value from RGB is 182 - color contains mainly: red. Hex color #B6809E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6809E is #497F61. Grayscale: #939393. Windows color (decimal): -4816738 or 10387638. OLE color: 10387638.

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

Color convert

RGB182128158-
CMYK00.300.130.29
HSL326.67º27%60.78%-
HSV(B)326.67º29.67%71.37%-
XYZ33.1827.8535.97-
YUV147.57133.89152.56-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.89%
GREEN value IS 128 (50.39% from 255) = 27.35%
BLUE value IS 158 (62.11% from 255) = 33.76%
R=38.89%
G=27.35%
B=33.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18212815800.300.130.29326.672760.78
HexB6809E01ED1D1471b3d
Octal26620023603615355073375
Binary10110110100000001001111001111011011110110100011111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6809E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6809E; }

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

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

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

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

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

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

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

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