#B080A0

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

Shades of Bouquet #B080A0

Tints of Bouquet #B080A0

Color information

#B080A0 (or 0xB080A0) is unknown color: approx Bouquet. HEX triplet: B0, 80 and A0. RGB value is (176,128,160). Sum of RGB (Red+Green+Blue) = 176+128+160=464 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.93% from 464); Green value is 128 (50.39% from 255 or 27.59% from 464); Blue value is 160 (62.89% from 255 or 34.48% from 464); Max value from RGB is 176 - color contains mainly: red. Hex color #B080A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B080A0 is #4F7F5F. Grayscale: #919191. Windows color (decimal): -5209952 or 10518704. OLE color: 10518704.

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

Color convert

RGB176128160-
CMYK00.270.090.31
HSL320º23.3%59.61%-
HSV(B)320º27.27%69.02%-
XYZ31.9727.2136.82-
YUV146135.9149.4-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.93%
GREEN value IS 128 (50.39% from 255) = 27.59%
BLUE value IS 160 (62.89% from 255) = 34.48%
R=37.93%
G=27.59%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.09
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17612816000.270.090.3132023.359.61
HexB080A001B91F140173c
Octal26020024003311375002774
Binary10110000100000001010000001101110011111110100000010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B080A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B080A0; }

 p { color: rgb(176,128,160); }

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

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

 a { background-color: rgb(176,128,160); }

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

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

 span { border-color: rgb(176,128,160); }

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