#B080A4

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

Shades of Bouquet #B080A4

Tints of Bouquet #B080A4

Color information

#B080A4 (or 0xB080A4) is unknown color: approx Bouquet. HEX triplet: B0, 80 and A4. RGB value is (176,128,164). Sum of RGB (Red+Green+Blue) = 176+128+164=468 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.61% from 468); Green value is 128 (50.39% from 255 or 27.35% from 468); Blue value is 164 (64.45% from 255 or 35.04% from 468); Max value from RGB is 176 - color contains mainly: red. Hex color #B080A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B080A4 is #4F7F5B. Grayscale: #929292. Windows color (decimal): -5209948 or 10780848. OLE color: 10780848.

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

Color convert

RGB176128164-
CMYK00.270.070.31
HSL315º23.3%59.61%-
HSV(B)315º27.27%69.02%-
XYZ32.3227.3538.7-
YUV146.46137.9149.07-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.61%
GREEN value IS 128 (50.39% from 255) = 27.35%
BLUE value IS 164 (64.45% from 255) = 35.04%
R=37.61%
G=27.35%
B=35.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.07
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17612816400.270.070.3131523.359.61
HexB080A401B71F13b173c
Octal2602002440337374732774
Binary1011000010000000101001000110111111111110011101110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B080A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B080A4; }

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

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

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

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

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

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

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

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