#B670AA

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

Shades of Bouquet #B670AA

Tints of Bouquet #B670AA

Color information

#B670AA (or 0xB670AA) is unknown color: approx Bouquet. HEX triplet: B6, 70 and AA. RGB value is (182,112,170). Sum of RGB (Red+Green+Blue) = 182+112+170=464 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.22% from 464); Green value is 112 (44.14% from 255 or 24.14% from 464); Blue value is 170 (66.80% from 255 or 36.64% from 464); Max value from RGB is 182 - color contains mainly: red. Hex color #B670AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B670AA is #498F55. Grayscale: #8B8B8B. Windows color (decimal): -4820822 or 11169974. OLE color: 11169974.

HSL color Cylindrical-coordinate representation of color #B670AA: hue angle of 310.29º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B670AA is Cyan = 0, Magento = 0.38, Yellow = 0.07 and Black (K on CMYK) = 0.29.

Color convert

RGB182112170-
CMYK00.380.070.29
HSL310.29º32.41%57.65%-
HSV(B)310.29º38.46%71.37%-
XYZ32.3424.4441.04-
YUV139.54145.19158.28-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.22%
GREEN value IS 112 (44.14% from 255) = 24.14%
BLUE value IS 170 (66.80% from 255) = 36.64%
R=39.22%
G=24.14%
B=36.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18211217000.380.070.29310.2932.4157.65
HexB670AA02671D136203a
Octal2661602520467354664072
Binary10110110111000010101010010011011111101100110110100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B670AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B670AA; }

 p { color: rgb(182,112,170); }

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

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

 a { background-color: rgb(182,112,170); }

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

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

 span { border-color: rgb(182,112,170); }

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