#B0B18D

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

Shades of Bud #B0B18D

Tints of Bud #B0B18D

Color information

#B0B18D (or 0xB0B18D) is unknown color: approx Bud. HEX triplet: B0, B1 and 8D. RGB value is (176,177,141). Sum of RGB (Red+Green+Blue) = 176+177+141=494 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.63% from 494); Green value is 177 (69.53% from 255 or 35.83% from 494); Blue value is 141 (55.47% from 255 or 28.54% from 494); Max value from RGB is 177 - color contains mainly: green. Hex color #B0B18D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0B18D is #4F4E72. Grayscale: #ACACAC. Windows color (decimal): -5197427 or 9286064. OLE color: 9286064.

HSL color Cylindrical-coordinate representation of color #B0B18D: hue angle of 61.67º degrees, saturation: 0.19, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B0B18D is Cyan = 0.01, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.31.

Color convert

RGB176177141-
CMYK0.0100.200.31
HSL61.67º18.75%62.35%-
HSV(B)61.67º20.34%69.41%-
XYZ38.4342.631.4-
YUV172.6110.17130.43-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.63%
GREEN value IS 177 (69.53% from 255) = 35.83%
BLUE value IS 141 (55.47% from 255) = 28.54%
R=35.63%
G=35.83%
B=28.54%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761771410.0100.200.3161.6718.7562.35
HexB0B18D10141F3e133e
Octal260261215102437762376
Binary10110000101100011000110110101001111111111010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B18D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B18D; }

 p { color: rgb(176,177,141); }

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

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

 a { background-color: rgb(176,177,141); }

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

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

 span { border-color: rgb(176,177,141); }

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