#B0B18A

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

Shades of Bud #B0B18A

Tints of Bud #B0B18A

Color information

#B0B18A (or 0xB0B18A) is unknown color: approx Bud. HEX triplet: B0, B1 and 8A. RGB value is (176,177,138). Sum of RGB (Red+Green+Blue) = 176+177+138=491 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.85% from 491); Green value is 177 (69.53% from 255 or 36.05% from 491); Blue value is 138 (54.30% from 255 or 28.11% from 491); Max value from RGB is 177 - color contains mainly: green. Hex color #B0B18A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0B18A is #4F4E75. Grayscale: #ACACAC. Windows color (decimal): -5197430 or 9089456. OLE color: 9089456.

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

Color convert

RGB176177138-
CMYK0.0100.220.31
HSL61.54º20%61.76%-
HSV(B)61.54º22.03%69.41%-
XYZ38.2142.5130.24-
YUV172.26108.67130.67-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.85%
GREEN value IS 177 (69.53% from 255) = 36.05%
BLUE value IS 138 (54.30% from 255) = 28.11%
R=35.85%
G=36.05%
B=28.11%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761771380.0100.220.3161.542061.76
HexB0B18A10161F3e143e
Octal260261212102637762476
Binary10110000101100011000101010101101111111111010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B18A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B18A; }

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

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

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

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

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

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

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

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