#B0B491

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

Shades of Bud #B0B491

Tints of Bud #B0B491

Color information

#B0B491 (or 0xB0B491) is unknown color: approx Bud. HEX triplet: B0, B4 and 91. RGB value is (176,180,145). Sum of RGB (Red+Green+Blue) = 176+180+145=501 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.13% from 501); Green value is 180 (70.70% from 255 or 35.93% from 501); Blue value is 145 (57.03% from 255 or 28.94% from 501); Max value from RGB is 180 - color contains mainly: green. Hex color #B0B491 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0B491 is #4F4B6E. Grayscale: #AEAEAE. Windows color (decimal): -5196655 or 9548976. OLE color: 9548976.

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

Color convert

RGB176180145-
CMYK0.0200.190.29
HSL66.86º18.92%63.73%-
HSV(B)66.86º19.44%70.59%-
XYZ39.3443.9233.19-
YUV174.81111.17128.85-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.13%
GREEN value IS 180 (70.70% from 255) = 35.93%
BLUE value IS 145 (57.03% from 255) = 28.94%
R=35.13%
G=35.93%
B=28.94%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1761801450.0200.190.2966.8618.9263.73
HexB0B49120131D431340
Octal26026422120233510323100
Binary10110000101101001001000110010011111011000011100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B491; }

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

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

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

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

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

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

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

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