#B076A1

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

Shades of Bouquet #B076A1

Tints of Bouquet #B076A1

Color information

#B076A1 (or 0xB076A1) is unknown color: approx Bouquet. HEX triplet: B0, 76 and A1. RGB value is (176,118,161). Sum of RGB (Red+Green+Blue) = 176+118+161=455 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.68% from 455); Green value is 118 (46.48% from 255 or 25.93% from 455); Blue value is 161 (63.28% from 255 or 35.38% from 455); Max value from RGB is 176 - color contains mainly: red. Hex color #B076A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B076A1 is #4F895E. Grayscale: #8C8C8C. Windows color (decimal): -5212511 or 10581680. OLE color: 10581680.

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

Color convert

RGB176118161-
CMYK00.330.090.31
HSL315.52º26.85%57.65%-
HSV(B)315.52º32.95%69.02%-
XYZ30.8224.7636.87-
YUV140.24139.72153.5-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.68%
GREEN value IS 118 (46.48% from 255) = 25.93%
BLUE value IS 161 (63.28% from 255) = 35.38%
R=38.68%
G=25.93%
B=35.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.09
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17611816100.330.090.31315.5226.8557.65
HexB076A102191F13c1b3a
Octal26016624104111374743372
Binary10110000111011010100001010000110011111110011110011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B076A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B076A1; }

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

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

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

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

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

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

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

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