#B0B28A

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

Shades of Bud #B0B28A

Tints of Bud #B0B28A

Color information

#B0B28A (or 0xB0B28A) is unknown color: approx Bud. HEX triplet: B0, B2 and 8A. RGB value is (176,178,138). Sum of RGB (Red+Green+Blue) = 176+178+138=492 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.77% from 492); Green value is 178 (69.92% from 255 or 36.18% from 492); Blue value is 138 (54.30% from 255 or 28.05% from 492); Max value from RGB is 178 - color contains mainly: green. Hex color #B0B28A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0B28A is #4F4D75. Grayscale: #ADADAD. Windows color (decimal): -5197174 or 9089712. OLE color: 9089712.

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

Color convert

RGB176178138-
CMYK0.0100.220.30
HSL63º20.62%61.96%-
HSV(B)63º22.47%69.8%-
XYZ38.4142.9130.3-
YUV172.84108.34130.25-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.77%
GREEN value IS 178 (69.92% from 255) = 36.18%
BLUE value IS 138 (54.30% from 255) = 28.05%
R=35.77%
G=36.18%
B=28.05%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1761781380.0100.220.306320.6261.96
HexB0B28A10161E3f153e
Octal260262212102636772576
Binary10110000101100101000101010101101111011111110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B28A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B28A; }

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

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

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

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

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

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

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

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