#B0B586

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

Shades of Bud #B0B586

Tints of Bud #B0B586

Color information

#B0B586 (or 0xB0B586) is unknown color: approx Bud. HEX triplet: B0, B5 and 86. RGB value is (176,181,134). Sum of RGB (Red+Green+Blue) = 176+181+134=491 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.85% from 491); Green value is 181 (71.09% from 255 or 36.86% from 491); Blue value is 134 (52.73% from 255 or 27.29% from 491); Max value from RGB is 181 - color contains mainly: green. Hex color #B0B586 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0B586 is #4F4A79. Grayscale: #AEAEAE. Windows color (decimal): -5196410 or 8828336. OLE color: 8828336.

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

Color convert

RGB176181134-
CMYK0.0300.260.29
HSL66.38º24.1%61.76%-
HSV(B)66.38º25.97%70.98%-
XYZ38.734429.01-
YUV174.15105.34129.32-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.85%
GREEN value IS 181 (71.09% from 255) = 36.86%
BLUE value IS 134 (52.73% from 255) = 27.29%
R=35.85%
G=36.86%
B=27.29%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1761811340.0300.260.2966.3824.161.76
HexB0B586301A1D42183e
Octal2602652063032351023076
Binary1011000010110101100001101101101011101100001011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B586; }

 p { color: rgb(176,181,134); }

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

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

 a { background-color: rgb(176,181,134); }

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

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

 span { border-color: rgb(176,181,134); }

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