#B076A3

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

Shades of Bouquet #B076A3

Tints of Bouquet #B076A3

Color information

#B076A3 (or 0xB076A3) is unknown color: approx Bouquet. HEX triplet: B0, 76 and A3. RGB value is (176,118,163). Sum of RGB (Red+Green+Blue) = 176+118+163=457 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.51% from 457); Green value is 118 (46.48% from 255 or 25.82% from 457); Blue value is 163 (64.06% from 255 or 35.67% from 457); Max value from RGB is 176 - color contains mainly: red. Hex color #B076A3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B076A3 is #4F895C. Grayscale: #8C8C8C. Windows color (decimal): -5212509 or 10712752. OLE color: 10712752.

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

Color convert

RGB176118163-
CMYK00.330.070.31
HSL313.45º26.85%57.65%-
HSV(B)313.45º32.95%69.02%-
XYZ30.9924.8337.81-
YUV140.47140.72153.34-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.51%
GREEN value IS 118 (46.48% from 255) = 25.82%
BLUE value IS 163 (64.06% from 255) = 35.67%
R=38.51%
G=25.82%
B=35.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.07
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17611816300.330.070.31313.4526.8557.65
HexB076A302171F1391b3a
Octal2601662430417374713372
Binary1011000011101101010001101000011111111110011100111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B076A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B076A3; }

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

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

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

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

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

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

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

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