#B679A1

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

Shades of Bouquet #B679A1

Tints of Bouquet #B679A1

Color information

#B679A1 (or 0xB679A1) is unknown color: approx Bouquet. HEX triplet: B6, 79 and A1. RGB value is (182,121,161). Sum of RGB (Red+Green+Blue) = 182+121+161=464 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.22% from 464); Green value is 121 (47.66% from 255 or 26.08% from 464); Blue value is 161 (63.28% from 255 or 34.70% from 464); Max value from RGB is 182 - color contains mainly: red. Hex color #B679A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B679A1 is #49865E. Grayscale: #8F8F8F. Windows color (decimal): -4818527 or 10582454. OLE color: 10582454.

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

Color convert

RGB182121161-
CMYK00.340.120.29
HSL320.66º29.47%59.41%-
HSV(B)320.66º33.52%71.37%-
XYZ32.5626.1937.06-
YUV143.8137.71155.25-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.22%
GREEN value IS 121 (47.66% from 255) = 26.08%
BLUE value IS 161 (63.28% from 255) = 34.70%
R=39.22%
G=26.08%
B=34.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18212116100.340.120.29320.6629.4759.41
HexB679A1022C1D1411d3b
Octal26617124104214355013573
Binary10110110111100110100001010001011001110110100000111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B679A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B679A1; }

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

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

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

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

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

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

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

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