#B0B290

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

Shades of Bud #B0B290

Tints of Bud #B0B290

Color information

#B0B290 (or 0xB0B290) is unknown color: approx Bud. HEX triplet: B0, B2 and 90. RGB value is (176,178,144). Sum of RGB (Red+Green+Blue) = 176+178+144=498 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.34% from 498); Green value is 178 (69.92% from 255 or 35.74% from 498); Blue value is 144 (56.64% from 255 or 28.92% from 498); Max value from RGB is 178 - color contains mainly: green. Hex color #B0B290 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0B290 is #4F4D6F. Grayscale: #ADADAD. Windows color (decimal): -5197168 or 9482928. OLE color: 9482928.

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

Color convert

RGB176178144-
CMYK0.0100.190.30
HSL63.53º18.09%63.14%-
HSV(B)63.53º19.1%69.8%-
XYZ38.8643.0832.65-
YUV173.53111.34129.76-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.34%
GREEN value IS 178 (69.92% from 255) = 35.74%
BLUE value IS 144 (56.64% from 255) = 28.92%
R=35.34%
G=35.74%
B=28.92%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1761781440.0100.190.3063.5318.0963.14
HexB0B29010131E40123f
Octal2602622201023361002277
Binary101100001011001010010000101001111110100000010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B290; }

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

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

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

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

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

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

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

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