#B67AA2

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

Shades of Bouquet #B67AA2

Tints of Bouquet #B67AA2

Color information

#B67AA2 (or 0xB67AA2) is unknown color: approx Bouquet. HEX triplet: B6, 7A and A2. RGB value is (182,122,162). Sum of RGB (Red+Green+Blue) = 182+122+162=466 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.06% from 466); Green value is 122 (48.05% from 255 or 26.18% from 466); Blue value is 162 (63.67% from 255 or 34.76% from 466); Max value from RGB is 182 - color contains mainly: red. Hex color #B67AA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67AA2 is #49855D. Grayscale: #909090. Windows color (decimal): -4818270 or 10648246. OLE color: 10648246.

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

Color convert

RGB182122162-
CMYK00.330.110.29
HSL320º29.13%59.61%-
HSV(B)320º32.97%71.37%-
XYZ32.7726.4737.56-
YUV144.5137.88154.75-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.06%
GREEN value IS 122 (48.05% from 255) = 26.18%
BLUE value IS 162 (63.67% from 255) = 34.76%
R=39.06%
G=26.18%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.11
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18212216200.330.110.2932029.1359.61
HexB67AA2021B1D1401d3c
Octal26617224204113355003574
Binary10110110111101010100010010000110111110110100000011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67AA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67AA2; }

 p { color: rgb(182,122,162); }

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

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

 a { background-color: rgb(182,122,162); }

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

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

 span { border-color: rgb(182,122,162); }

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