Html Css Color HEX #BA8D1E Nugget

📋 copy color: '#BA8D1E'

red 186 ◦ green 141 ◦ blue 30

#BA8D1E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nugget #BA8D1E

Tints of Nugget #BA8D1E

RGB

 RED value IS 186 (73.05% from 255) = 52.1%

 GREEN value IS 141 (55.47% from 255) = 39.5%

 BLUE value IS 30 (12.11% from 255) = 8.4%

R = 52.1%
G = 39.5%
B = 8.4%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#BA8D1E (or 0xBA8D1E) is known color: Nugget. HEX triplet: BA, 8D and 1E. RGB value is (186,141,30). Sum of RGB (Red+Green+Blue) = 186+141+30=357 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.10% from 357); Green value is 141 (55.47% from 255 or 39.50% from 357); Blue value is 30 (12.11% from 255 or 8.40% from 357); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8D1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8D1E is #4572E1. Grayscale: #8E8E8E. Windows color (decimal): -4551394 or 2002362. OLE color: 2002362.

HSL color Cylindrical-coordinate representation of color #BA8D1E: hue angle of 42.69º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BA8D1E is Cyan = 0, Magento = 0.24, Yellow = 0.84 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 141 30 -
CMYK 0 0.24 0.84 0.27
HSL 42.69º 0.72% 0.42% -
HSV(B) 42.69º 0.84% 0.73% -
XYZ 30.01 29.58 5.36 -
YUV 141.8 64.91 159.53 -
System Red Green Blue C M Y K H S L
Decimal 186 141 30 0 0.24 0.84 0.27 42.69 0.72 0.42
Hex BA 8D 1E 0 18 54 1B 2B 48 2A
Octal 272 215 36 0 30 124 33 53 110 52
Binary 10111010 10001101 11110 0 11000 1010100 11011 101011 1001000 101010

Color Harmonies of #BA8D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8D1E

Black with #BA8D1E

Text Example


Text Example

White with #BA8D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8D1E; }

 p { color: rgb(186,141,30); }

 H1.HeaderClassName
 {
   color: #BA8D1E;
 }
 .AnyTagClassName
 {
   color: #BA8D1E;
 }
</style>

background-color css

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

 a { background-color: rgb(186,141,30); }

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

border-color css

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

 span { border-color: rgb(186,141,30); }

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