#BA8F23

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

Shades of Nugget #BA8F23

Tints of Nugget #BA8F23

Color information

#BA8F23 (or 0xBA8F23) is unknown color: approx Nugget. HEX triplet: BA, 8F and 23. RGB value is (186,143,35). Sum of RGB (Red+Green+Blue) = 186+143+35=364 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.10% from 364); Green value is 143 (56.25% from 255 or 39.29% from 364); Blue value is 35 (14.06% from 255 or 9.62% from 364); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8F23 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8F23 is #4570DC. Grayscale: #909090. Windows color (decimal): -4550877 or 2330554. OLE color: 2330554.

HSL color Cylindrical-coordinate representation of color #BA8F23: hue angle of 42.91º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BA8F23 is Cyan = 0, Magento = 0.23, Yellow = 0.81 and Black (K on CMYK) = 0.27.

Color convert

RGB18614335-
CMYK00.230.810.27
HSL42.91º68.33%43.33%-
HSV(B)42.91º81.18%72.94%-
XYZ30.3830.215.82-
YUV143.5466.75158.28-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 51.10%
GREEN value IS 143 (56.25% from 255) = 39.29%
BLUE value IS 35 (14.06% from 255) = 9.62%
R=51.10%
G=39.29%
B=9.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.81
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861433500.230.810.2742.9168.3343.33
HexBA8F23017511B2b442b
Octal27221743027121335310453
Binary10111010100011111000110101111010001110111010111000100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8F23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8F23; }

 p { color: rgb(186,143,35); }

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

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

 a { background-color: rgb(186,143,35); }

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

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

 span { border-color: rgb(186,143,35); }

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