#B1B488

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

Shades of Bud #B1B488

Tints of Bud #B1B488

Color information

#B1B488 (or 0xB1B488) is unknown color: approx Bud. HEX triplet: B1, B4 and 88. RGB value is (177,180,136). Sum of RGB (Red+Green+Blue) = 177+180+136=493 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.90% from 493); Green value is 180 (70.70% from 255 or 36.51% from 493); Blue value is 136 (53.52% from 255 or 27.59% from 493); Max value from RGB is 180 - color contains mainly: green. Hex color #B1B488 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1B488 is #4E4B77. Grayscale: #AEAEAE. Windows color (decimal): -5131128 or 8959153. OLE color: 8959153.

HSL color Cylindrical-coordinate representation of color #B1B488: hue angle of 64.09º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B1B488 is Cyan = 0.02, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.29.

Color convert

RGB177180136-
CMYK0.0200.240.29
HSL64.09º22.68%61.96%-
HSV(B)64.09º24.44%70.59%-
XYZ38.943.7729.69-
YUV174.09106.51130.08-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.90%
GREEN value IS 180 (70.70% from 255) = 36.51%
BLUE value IS 136 (53.52% from 255) = 27.59%
R=35.90%
G=36.51%
B=27.59%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1771801360.0200.240.2964.0922.6861.96
HexB1B48820181D40173e
Octal2612642102030351002776
Binary1011000110110100100010001001100011101100000010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1B488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1B488; }

 p { color: rgb(177,180,136); }

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

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

 a { background-color: rgb(177,180,136); }

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

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

 span { border-color: rgb(177,180,136); }

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