#B083A2

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

Shades of Bouquet #B083A2

Tints of Bouquet #B083A2

Color information

#B083A2 (or 0xB083A2) is unknown color: approx Bouquet. HEX triplet: B0, 83 and A2. RGB value is (176,131,162). Sum of RGB (Red+Green+Blue) = 176+131+162=469 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.53% from 469); Green value is 131 (51.56% from 255 or 27.93% from 469); Blue value is 162 (63.67% from 255 or 34.54% from 469); Max value from RGB is 176 - color contains mainly: red. Hex color #B083A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B083A2 is #4F7C5D. Grayscale: #939393. Windows color (decimal): -5209182 or 10650544. OLE color: 10650544.

HSL color Cylindrical-coordinate representation of color #B083A2: hue angle of 318.67º degrees, saturation: 0.22, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B083A2 is Cyan = 0, Magento = 0.26, Yellow = 0.08 and Black (K on CMYK) = 0.31.

Color convert

RGB176131162-
CMYK00.260.080.31
HSL318.67º22.17%60.2%-
HSV(B)318.67º25.57%69.02%-
XYZ32.5428.0737.89-
YUV147.99135.91147.98-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.53%
GREEN value IS 131 (51.56% from 255) = 27.93%
BLUE value IS 162 (63.67% from 255) = 34.54%
R=37.53%
G=27.93%
B=34.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.08
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17613116200.260.080.31318.6722.1760.2
HexB083A201A81F13f163c
Octal26020324203210374772674
Binary10110000100000111010001001101010001111110011111110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B083A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B083A2; }

 p { color: rgb(176,131,162); }

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

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

 a { background-color: rgb(176,131,162); }

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

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

 span { border-color: rgb(176,131,162); }

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