#B4809B

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

Shades of Bouquet #B4809B

Tints of Bouquet #B4809B

Color information

#B4809B (or 0xB4809B) is unknown color: approx Bouquet. HEX triplet: B4, 80 and 9B. RGB value is (180,128,155). Sum of RGB (Red+Green+Blue) = 180+128+155=463 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.88% from 463); Green value is 128 (50.39% from 255 or 27.65% from 463); Blue value is 155 (60.94% from 255 or 33.48% from 463); Max value from RGB is 180 - color contains mainly: red. Hex color #B4809B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4809B is #4B7F64. Grayscale: #929292. Windows color (decimal): -4947813 or 10191028. OLE color: 10191028.

HSL color Cylindrical-coordinate representation of color #B4809B: hue angle of 328.85º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B4809B is Cyan = 0, Magento = 0.29, Yellow = 0.14 and Black (K on CMYK) = 0.29.

Color convert

RGB180128155-
CMYK00.290.140.29
HSL328.85º25.74%60.39%-
HSV(B)328.85º28.89%70.59%-
XYZ32.4627.5134.61-
YUV146.63132.73151.8-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.88%
GREEN value IS 128 (50.39% from 255) = 27.65%
BLUE value IS 155 (60.94% from 255) = 33.48%
R=38.88%
G=27.65%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012815500.290.140.29328.8525.7460.39
HexB4809B01DE1D1491a3c
Octal26420023303516355113274
Binary10110100100000001001101101110111101110110100100111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4809B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4809B; }

 p { color: rgb(180,128,155); }

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

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

 a { background-color: rgb(180,128,155); }

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

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

 span { border-color: rgb(180,128,155); }

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