#B076A7

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

Shades of Bouquet #B076A7

Tints of Bouquet #B076A7

Color information

#B076A7 (or 0xB076A7) is unknown color: approx Bouquet. HEX triplet: B0, 76 and A7. RGB value is (176,118,167). Sum of RGB (Red+Green+Blue) = 176+118+167=461 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.18% from 461); Green value is 118 (46.48% from 255 or 25.60% from 461); Blue value is 167 (65.62% from 255 or 36.23% from 461); Max value from RGB is 176 - color contains mainly: red. Hex color #B076A7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B076A7 is #4F8958. Grayscale: #8C8C8C. Windows color (decimal): -5212505 or 10974896. OLE color: 10974896.

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

Color convert

RGB176118167-
CMYK00.330.050.31
HSL309.31º26.85%57.65%-
HSV(B)309.31º32.95%69.02%-
XYZ31.3624.9839.73-
YUV140.93142.72153.02-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.18%
GREEN value IS 118 (46.48% from 255) = 25.60%
BLUE value IS 167 (65.62% from 255) = 36.23%
R=38.18%
G=25.60%
B=36.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.05
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17611816700.330.050.31309.3126.8557.65
HexB076A702151F1351b3a
Octal2601662470415374653372
Binary1011000011101101010011101000011011111110011010111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B076A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B076A7; }

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

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

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

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

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

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

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

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