#B073A2

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

Shades of Bouquet #B073A2

Tints of Bouquet #B073A2

Color information

#B073A2 (or 0xB073A2) is unknown color: approx Bouquet. HEX triplet: B0, 73 and A2. RGB value is (176,115,162). Sum of RGB (Red+Green+Blue) = 176+115+162=453 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.85% from 453); Green value is 115 (45.31% from 255 or 25.39% from 453); Blue value is 162 (63.67% from 255 or 35.76% from 453); Max value from RGB is 176 - color contains mainly: red. Hex color #B073A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B073A2 is #4F8C5D. Grayscale: #8A8A8A. Windows color (decimal): -5213278 or 10646448. OLE color: 10646448.

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

Color convert

RGB176115162-
CMYK00.350.080.31
HSL313.77º27.85%57.06%-
HSV(B)313.77º34.66%69.02%-
XYZ30.5624.137.22-
YUV138.6141.21154.68-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.85%
GREEN value IS 115 (45.31% from 255) = 25.39%
BLUE value IS 162 (63.67% from 255) = 35.76%
R=38.85%
G=25.39%
B=35.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.08
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17611516200.350.080.31313.7727.8557.06
HexB073A202381F13a1c39
Octal26016324204310374723471
Binary10110000111001110100010010001110001111110011101011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B073A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B073A2; }

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

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

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

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

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

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

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

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