#B07AA1

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

Shades of Bouquet #B07AA1

Tints of Bouquet #B07AA1

Color information

#B07AA1 (or 0xB07AA1) is unknown color: approx Bouquet. HEX triplet: B0, 7A and A1. RGB value is (176,122,161). Sum of RGB (Red+Green+Blue) = 176+122+161=459 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.34% from 459); Green value is 122 (48.05% from 255 or 26.58% from 459); Blue value is 161 (63.28% from 255 or 35.08% from 459); Max value from RGB is 176 - color contains mainly: red. Hex color #B07AA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07AA1 is #4F855E. Grayscale: #8E8E8E. Windows color (decimal): -5211487 or 10582704. OLE color: 10582704.

HSL color Cylindrical-coordinate representation of color #B07AA1: hue angle of 316.67º 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 #B07AA1 is Cyan = 0, Magento = 0.31, Yellow = 0.09 and Black (K on CMYK) = 0.31.

Color convert

RGB176122161-
CMYK00.310.090.31
HSL316.67º25.47%58.43%-
HSV(B)316.67º30.68%69.02%-
XYZ31.325.7237.03-
YUV142.59138.39151.83-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.34%
GREEN value IS 122 (48.05% from 255) = 26.58%
BLUE value IS 161 (63.28% from 255) = 35.08%
R=38.34%
G=26.58%
B=35.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.09
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17612216100.310.090.31316.6725.4758.43
HexB07AA101F91F13d193a
Octal26017224103711374753172
Binary1011000011110101010000101111110011111110011110111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07AA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07AA1; }

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

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

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

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

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

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

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

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