#B68AA6

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

Shades of Bouquet #B68AA6

Tints of Bouquet #B68AA6

Color information

#B68AA6 (or 0xB68AA6) is unknown color: approx Bouquet. HEX triplet: B6, 8A and A6. RGB value is (182,138,166). Sum of RGB (Red+Green+Blue) = 182+138+166=486 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.45% from 486); Green value is 138 (54.30% from 255 or 28.40% from 486); Blue value is 166 (65.23% from 255 or 34.16% from 486); Max value from RGB is 182 - color contains mainly: red. Hex color #B68AA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B68AA6 is #497559. Grayscale: #9A9A9A. Windows color (decimal): -4814170 or 10914486. OLE color: 10914486.

HSL color Cylindrical-coordinate representation of color #B68AA6: hue angle of 321.82º degrees, saturation: 0.23, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B68AA6 is Cyan = 0, Magento = 0.24, Yellow = 0.09 and Black (K on CMYK) = 0.29.

Color convert

RGB182138166-
CMYK00.240.090.29
HSL321.82º23.16%62.75%-
HSV(B)321.82º24.18%71.37%-
XYZ35.2630.8840.18-
YUV154.35134.58147.72-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.45%
GREEN value IS 138 (54.30% from 255) = 28.40%
BLUE value IS 166 (65.23% from 255) = 34.16%
R=37.45%
G=28.40%
B=34.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.09
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18213816600.240.090.29321.8223.1662.75
HexB68AA601891D142173f
Octal26621224603011355022777
Binary10110110100010101010011001100010011110110100001010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68AA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68AA6; }

 p { color: rgb(182,138,166); }

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

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

 a { background-color: rgb(182,138,166); }

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

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

 span { border-color: rgb(182,138,166); }

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