#B0B488

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

Shades of Bud #B0B488

Tints of Bud #B0B488

Color information

#B0B488 (or 0xB0B488) is unknown color: approx Bud. HEX triplet: B0, B4 and 88. RGB value is (176,180,136). Sum of RGB (Red+Green+Blue) = 176+180+136=492 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.77% from 492); Green value is 180 (70.70% from 255 or 36.59% from 492); Blue value is 136 (53.52% from 255 or 27.64% from 492); Max value from RGB is 180 - color contains mainly: green. Hex color #B0B488 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0B488 is #4F4B77. Grayscale: #ADADAD. Windows color (decimal): -5196664 or 8959152. OLE color: 8959152.

HSL color Cylindrical-coordinate representation of color #B0B488: hue angle of 65.45º 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 #B0B488 is Cyan = 0.02, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.29.

Color convert

RGB176180136-
CMYK0.0200.240.29
HSL65.45º22.68%61.96%-
HSV(B)65.45º24.44%70.59%-
XYZ38.6743.6529.68-
YUV173.79106.67129.58-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.77%
GREEN value IS 180 (70.70% from 255) = 36.59%
BLUE value IS 136 (53.52% from 255) = 27.64%
R=35.77%
G=36.59%
B=27.64%

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
Decimal1761801360.0200.240.2965.4522.6861.96
HexB0B48820181D41173e
Octal2602642102030351012776
Binary1011000010110100100010001001100011101100000110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B488; }

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

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

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

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

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

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

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

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