#B076A4

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

Shades of Bouquet #B076A4

Tints of Bouquet #B076A4

Color information

#B076A4 (or 0xB076A4) is unknown color: approx Bouquet. HEX triplet: B0, 76 and A4. RGB value is (176,118,164). Sum of RGB (Red+Green+Blue) = 176+118+164=458 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.43% from 458); Green value is 118 (46.48% from 255 or 25.76% from 458); Blue value is 164 (64.45% from 255 or 35.81% from 458); Max value from RGB is 176 - color contains mainly: red. Hex color #B076A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B076A4 is #4F895B. Grayscale: #8C8C8C. Windows color (decimal): -5212508 or 10778288. OLE color: 10778288.

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

Color convert

RGB176118164-
CMYK00.330.070.31
HSL312.41º26.85%57.65%-
HSV(B)312.41º32.95%69.02%-
XYZ31.0824.8738.28-
YUV140.59141.22153.26-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.43%
GREEN value IS 118 (46.48% from 255) = 25.76%
BLUE value IS 164 (64.45% from 255) = 35.81%
R=38.43%
G=25.76%
B=35.81%

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
Decimal17611816400.330.070.31312.4126.8557.65
HexB076A402171F1381b3a
Octal2601662440417374703372
Binary1011000011101101010010001000011111111110011100011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B076A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B076A4; }

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

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

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

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

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

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

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

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