#B0B590

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

Shades of Bud #B0B590

Tints of Bud #B0B590

Color information

#B0B590 (or 0xB0B590) is unknown color: approx Bud. HEX triplet: B0, B5 and 90. RGB value is (176,181,144). Sum of RGB (Red+Green+Blue) = 176+181+144=501 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.13% from 501); Green value is 181 (71.09% from 255 or 36.13% from 501); Blue value is 144 (56.64% from 255 or 28.74% from 501); Max value from RGB is 181 - color contains mainly: green. Hex color #B0B590 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0B590 is #4F4A6F. Grayscale: #AFAFAF. Windows color (decimal): -5196400 or 9483696. OLE color: 9483696.

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

Color convert

RGB176181144-
CMYK0.0300.200.29
HSL68.11º20%63.73%-
HSV(B)68.11º20.44%70.98%-
XYZ39.4644.2932.85-
YUV175.29110.34128.51-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.13%
GREEN value IS 181 (71.09% from 255) = 36.13%
BLUE value IS 144 (56.64% from 255) = 28.74%
R=35.13%
G=36.13%
B=28.74%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1761811440.0300.200.2968.112063.73
HexB0B59030141D441440
Octal26026522030243510424100
Binary10110000101101011001000011010100111011000100101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B590; }

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

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

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

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

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

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

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

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