#B6689A

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

Shades of Bouquet #B6689A

Tints of Bouquet #B6689A

Color information

#B6689A (or 0xB6689A) is unknown color: approx Bouquet. HEX triplet: B6, 68 and 9A. RGB value is (182,104,154). Sum of RGB (Red+Green+Blue) = 182+104+154=440 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.36% from 440); Green value is 104 (41.02% from 255 or 23.64% from 440); Blue value is 154 (60.55% from 255 or 35% from 440); Max value from RGB is 182 - color contains mainly: red. Hex color #B6689A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6689A is #499765. Grayscale: #848484. Windows color (decimal): -4822886 or 10119350. OLE color: 10119350.

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

Color convert

RGB182104154-
CMYK00.430.150.29
HSL321.54º34.82%56.08%-
HSV(B)321.54º42.86%71.37%-
XYZ30.0722.1833.27-
YUV133.02139.84162.93-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.36%
GREEN value IS 104 (41.02% from 255) = 23.64%
BLUE value IS 154 (60.55% from 255) = 35%
R=41.36%
G=23.64%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18210415400.430.150.29321.5434.8256.08
HexB6689A02BF1D1422338
Octal26615023205317355024370
Binary101101101101000100110100101011111111101101000010100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6689A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6689A; }

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

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

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

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

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

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

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

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