#B679A6

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

Shades of Bouquet #B679A6

Tints of Bouquet #B679A6

Color information

#B679A6 (or 0xB679A6) is unknown color: approx Bouquet. HEX triplet: B6, 79 and A6. RGB value is (182,121,166). Sum of RGB (Red+Green+Blue) = 182+121+166=469 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.81% from 469); Green value is 121 (47.66% from 255 or 25.80% from 469); Blue value is 166 (65.23% from 255 or 35.39% from 469); Max value from RGB is 182 - color contains mainly: red. Hex color #B679A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B679A6 is #498659. Grayscale: #909090. Windows color (decimal): -4818522 or 10910134. OLE color: 10910134.

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

Color convert

RGB182121166-
CMYK00.340.090.29
HSL315.74º29.47%59.41%-
HSV(B)315.74º33.52%71.37%-
XYZ33.0126.3739.43-
YUV144.37140.21154.84-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.81%
GREEN value IS 121 (47.66% from 255) = 25.80%
BLUE value IS 166 (65.23% from 255) = 35.39%
R=38.81%
G=25.80%
B=35.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.09
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18212116600.340.090.29315.7429.4759.41
HexB679A602291D13c1d3b
Octal26617124604211354743573
Binary10110110111100110100110010001010011110110011110011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B679A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B679A6; }

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

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

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

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

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

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

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

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