#B07AA4

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

Shades of Bouquet #B07AA4

Tints of Bouquet #B07AA4

Color information

#B07AA4 (or 0xB07AA4) is unknown color: approx Bouquet. HEX triplet: B0, 7A and A4. RGB value is (176,122,164). Sum of RGB (Red+Green+Blue) = 176+122+164=462 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.10% from 462); Green value is 122 (48.05% from 255 or 26.41% from 462); Blue value is 164 (64.45% from 255 or 35.50% from 462); Max value from RGB is 176 - color contains mainly: red. Hex color #B07AA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07AA4 is #4F855B. Grayscale: #8E8E8E. Windows color (decimal): -5211484 or 10779312. OLE color: 10779312.

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

Color convert

RGB176122164-
CMYK00.310.070.31
HSL313.33º25.47%58.43%-
HSV(B)313.33º30.68%69.02%-
XYZ31.5625.8338.44-
YUV142.93139.89151.58-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.10%
GREEN value IS 122 (48.05% from 255) = 26.41%
BLUE value IS 164 (64.45% from 255) = 35.50%
R=38.10%
G=26.41%
B=35.50%

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
Decimal17612216400.310.070.31313.3325.4758.43
HexB07AA401F71F139193a
Octal2601722440377374713172
Binary101100001111010101001000111111111111110011100111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07AA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07AA4; }

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

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

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

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

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

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

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

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