#B07AA0

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

Shades of Bouquet #B07AA0

Tints of Bouquet #B07AA0

Color information

#B07AA0 (or 0xB07AA0) is unknown color: approx Bouquet. HEX triplet: B0, 7A and A0. RGB value is (176,122,160). Sum of RGB (Red+Green+Blue) = 176+122+160=458 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.43% from 458); Green value is 122 (48.05% from 255 or 26.64% from 458); Blue value is 160 (62.89% from 255 or 34.93% from 458); Max value from RGB is 176 - color contains mainly: red. Hex color #B07AA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07AA0 is #4F855F. Grayscale: #8E8E8E. Windows color (decimal): -5211488 or 10517168. OLE color: 10517168.

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

Color convert

RGB176122160-
CMYK00.310.090.31
HSL317.78º25.47%58.43%-
HSV(B)317.78º30.68%69.02%-
XYZ31.2125.6936.57-
YUV142.48137.89151.91-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.43%
GREEN value IS 122 (48.05% from 255) = 26.64%
BLUE value IS 160 (62.89% from 255) = 34.93%
R=38.43%
G=26.64%
B=34.93%

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
Decimal17612216000.310.090.31317.7825.4758.43
HexB07AA001F91F13e193a
Octal26017224003711374763172
Binary1011000011110101010000001111110011111110011111011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07AA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07AA0; }

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

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

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

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

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

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

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

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