#B0B293

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

Shades of Bud #B0B293

Tints of Bud #B0B293

Color information

#B0B293 (or 0xB0B293) is unknown color: approx Bud. HEX triplet: B0, B2 and 93. RGB value is (176,178,147). Sum of RGB (Red+Green+Blue) = 176+178+147=501 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.13% from 501); Green value is 178 (69.92% from 255 or 35.53% from 501); Blue value is 147 (57.81% from 255 or 29.34% from 501); Max value from RGB is 178 - color contains mainly: green. Hex color #B0B293 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0B293 is #4F4D6C. Grayscale: #ADADAD. Windows color (decimal): -5197165 or 9679536. OLE color: 9679536.

HSL color Cylindrical-coordinate representation of color #B0B293: hue angle of 63.87º degrees, saturation: 0.17, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B0B293 is Cyan = 0.01, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.30.

Color convert

RGB176178147-
CMYK0.0100.170.30
HSL63.87º16.76%63.73%-
HSV(B)63.87º17.42%69.8%-
XYZ39.0943.1833.88-
YUV173.87112.84129.52-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.13%
GREEN value IS 178 (69.92% from 255) = 35.53%
BLUE value IS 147 (57.81% from 255) = 29.34%
R=35.13%
G=35.53%
B=29.34%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1761781470.0100.170.3063.8716.7663.73
HexB0B29310111E401140
Octal26026222310213610021100
Binary1011000010110010100100111010001111101000000100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B293; }

 p { color: rgb(176,178,147); }

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

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

 a { background-color: rgb(176,178,147); }

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

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

 span { border-color: rgb(176,178,147); }

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