#B672AA

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

Shades of Bouquet #B672AA

Tints of Bouquet #B672AA

Color information

#B672AA (or 0xB672AA) is unknown color: approx Bouquet. HEX triplet: B6, 72 and AA. RGB value is (182,114,170). Sum of RGB (Red+Green+Blue) = 182+114+170=466 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.06% from 466); Green value is 114 (44.92% from 255 or 24.46% from 466); Blue value is 170 (66.80% from 255 or 36.48% from 466); Max value from RGB is 182 - color contains mainly: red. Hex color #B672AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B672AA is #498D55. Grayscale: #8C8C8C. Windows color (decimal): -4820310 or 11170486. OLE color: 11170486.

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

Color convert

RGB182114170-
CMYK00.370.070.29
HSL310.59º31.78%58.04%-
HSV(B)310.59º37.36%71.37%-
XYZ32.5624.8841.12-
YUV140.72144.53157.45-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.06%
GREEN value IS 114 (44.92% from 255) = 24.46%
BLUE value IS 170 (66.80% from 255) = 36.48%
R=39.06%
G=24.46%
B=36.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18211417000.370.070.29310.5931.7858.04
HexB672AA02571D137203a
Octal2661622520457354674072
Binary10110110111001010101010010010111111101100110111100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B672AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B672AA; }

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

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

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

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

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

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

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

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