#BA8A2B

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

Shades of Nugget #BA8A2B

Tints of Nugget #BA8A2B

Color information

#BA8A2B (or 0xBA8A2B) is unknown color: approx Nugget. HEX triplet: BA, 8A and 2B. RGB value is (186,138,43). Sum of RGB (Red+Green+Blue) = 186+138+43=367 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.68% from 367); Green value is 138 (54.30% from 255 or 37.60% from 367); Blue value is 43 (17.19% from 255 or 11.72% from 367); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8A2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8A2B is #4575D4. Grayscale: #8D8D8D. Windows color (decimal): -4552149 or 2853562. OLE color: 2853562.

HSL color Cylindrical-coordinate representation of color #BA8A2B: hue angle of 39.86º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BA8A2B is Cyan = 0, Magento = 0.26, Yellow = 0.77 and Black (K on CMYK) = 0.27.

Color convert

RGB18613843-
CMYK00.260.770.27
HSL39.86º62.45%44.9%-
HSV(B)39.86º76.88%72.94%-
XYZ29.7728.796.27-
YUV141.5272.4159.72-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 50.68%
GREEN value IS 138 (54.30% from 255) = 37.60%
BLUE value IS 43 (17.19% from 255) = 11.72%
R=50.68%
G=37.60%
B=11.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.77
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861384300.260.770.2739.8662.4544.9
HexBA8A2B01A4D1B283e2d
Octal2722125303211533507655
Binary1011101010001010101011011010100110111011101000111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8A2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8A2B; }

 p { color: rgb(186,138,43); }

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

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

 a { background-color: rgb(186,138,43); }

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

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

 span { border-color: rgb(186,138,43); }

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