#B6699A

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

Shades of Bouquet #B6699A

Tints of Bouquet #B6699A

Color information

#B6699A (or 0xB6699A) is unknown color: approx Bouquet. HEX triplet: B6, 69 and 9A. RGB value is (182,105,154). Sum of RGB (Red+Green+Blue) = 182+105+154=441 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.27% from 441); Green value is 105 (41.41% from 255 or 23.81% from 441); Blue value is 154 (60.55% from 255 or 34.92% from 441); Max value from RGB is 182 - color contains mainly: red. Hex color #B6699A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6699A is #499665. Grayscale: #858585. Windows color (decimal): -4822630 or 10119606. OLE color: 10119606.

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

Color convert

RGB182105154-
CMYK00.420.150.29
HSL321.82º34.53%56.27%-
HSV(B)321.82º42.31%71.37%-
XYZ30.1822.3833.3-
YUV133.61139.51162.52-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.27%
GREEN value IS 105 (41.41% from 255) = 23.81%
BLUE value IS 154 (60.55% from 255) = 34.92%
R=41.27%
G=23.81%
B=34.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18210515400.420.150.29321.8234.5356.27
HexB6699A02AF1D1422338
Octal26615123205217355024370
Binary101101101101001100110100101010111111101101000010100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6699A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6699A; }

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

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

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

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

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

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

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

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