#B0B393

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

Shades of Bud #B0B393

Tints of Bud #B0B393

Color information

#B0B393 (or 0xB0B393) is unknown color: approx Bud. HEX triplet: B0, B3 and 93. RGB value is (176,179,147). Sum of RGB (Red+Green+Blue) = 176+179+147=502 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.06% from 502); Green value is 179 (70.31% from 255 or 35.66% from 502); Blue value is 147 (57.81% from 255 or 29.28% from 502); Max value from RGB is 179 - color contains mainly: green. Hex color #B0B393 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0B393 is #4F4C6C. Grayscale: #AEAEAE. Windows color (decimal): -5196909 or 9679792. OLE color: 9679792.

HSL color Cylindrical-coordinate representation of color #B0B393: hue angle of 65.62º degrees, saturation: 0.17, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B0B393 is Cyan = 0.02, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.30.

Color convert

RGB176179147-
CMYK0.0200.180.30
HSL65.62º17.39%63.92%-
HSV(B)65.62º17.88%70.2%-
XYZ39.2943.5833.94-
YUV174.46112.51129.1-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.06%
GREEN value IS 179 (70.31% from 255) = 35.66%
BLUE value IS 147 (57.81% from 255) = 29.28%
R=35.06%
G=35.66%
B=29.28%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1761791470.0200.180.3065.6217.3963.92
HexB0B39320121E421140
Octal26026322320223610221100
Binary10110000101100111001001110010010111101000010100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B393; }

 p { color: rgb(176,179,147); }

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

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

 a { background-color: rgb(176,179,147); }

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

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

 span { border-color: rgb(176,179,147); }

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