#B07AA3

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

Shades of Bouquet #B07AA3

Tints of Bouquet #B07AA3

Color information

#B07AA3 (or 0xB07AA3) is unknown color: approx Bouquet. HEX triplet: B0, 7A and A3. RGB value is (176,122,163). Sum of RGB (Red+Green+Blue) = 176+122+163=461 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.18% from 461); Green value is 122 (48.05% from 255 or 26.46% from 461); Blue value is 163 (64.06% from 255 or 35.36% from 461); Max value from RGB is 176 - color contains mainly: red. Hex color #B07AA3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07AA3 is #4F855C. Grayscale: #8E8E8E. Windows color (decimal): -5211485 or 10713776. OLE color: 10713776.

HSL color Cylindrical-coordinate representation of color #B07AA3: hue angle of 314.44º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B07AA3 is Cyan = 0, Magento = 0.31, Yellow = 0.07 and Black (K on CMYK) = 0.31.

Color convert

RGB176122163-
CMYK00.310.070.31
HSL314.44º25.47%58.43%-
HSV(B)314.44º30.68%69.02%-
XYZ31.4725.7937.97-
YUV142.82139.39151.67-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.18%
GREEN value IS 122 (48.05% from 255) = 26.46%
BLUE value IS 163 (64.06% from 255) = 35.36%
R=38.18%
G=26.46%
B=35.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.07
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17612216300.310.070.31314.4425.4758.43
HexB07AA301F71F13a193a
Octal2601722430377374723172
Binary101100001111010101000110111111111111110011101011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07AA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07AA3; }

 p { color: rgb(176,122,163); }

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

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

 a { background-color: rgb(176,122,163); }

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

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

 span { border-color: rgb(176,122,163); }

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