#B37AA2

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

Shades of Bouquet #B37AA2

Tints of Bouquet #B37AA2

Color information

#B37AA2 (or 0xB37AA2) is unknown color: approx Bouquet. HEX triplet: B3, 7A and A2. RGB value is (179,122,162). Sum of RGB (Red+Green+Blue) = 179+122+162=463 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.66% from 463); Green value is 122 (48.05% from 255 or 26.35% from 463); Blue value is 162 (63.67% from 255 or 34.99% from 463); Max value from RGB is 179 - color contains mainly: red. Hex color #B37AA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37AA2 is #4C855D. Grayscale: #8F8F8F. Windows color (decimal): -5014878 or 10648243. OLE color: 10648243.

HSL color Cylindrical-coordinate representation of color #B37AA2: hue angle of 317.89º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B37AA2 is Cyan = 0, Magento = 0.32, Yellow = 0.09 and Black (K on CMYK) = 0.30.

Color convert

RGB179122162-
CMYK00.320.090.30
HSL317.89º27.27%59.02%-
HSV(B)317.89º31.84%70.2%-
XYZ32.0726.1137.53-
YUV143.6138.38153.25-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.66%
GREEN value IS 122 (48.05% from 255) = 26.35%
BLUE value IS 162 (63.67% from 255) = 34.99%
R=38.66%
G=26.35%
B=34.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.09
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17912216200.320.090.30317.8927.2759.02
HexB37AA202091E13e1b3b
Octal26317224204011364763373
Binary10110011111101010100010010000010011111010011111011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37AA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37AA2; }

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

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

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

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

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

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

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

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