Html Css Color HEX #BA8C1D Nugget

📋 copy color: '#BA8C1D'

red 186 ◦ green 140 ◦ blue 29

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

Shades of Nugget #BA8C1D

Tints of Nugget #BA8C1D

RGB

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

 GREEN value IS 140 (55.08% from 255) = 39.44%

 BLUE value IS 29 (11.72% from 255) = 8.17%

R = 52.39%
G = 39.44%
B = 8.17%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#BA8C1D (or 0xBA8C1D) is known color: Nugget. HEX triplet: BA, 8C and 1D. RGB value is (186,140,29). Sum of RGB (Red+Green+Blue) = 186+140+29=355 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.39% from 355); Green value is 140 (55.08% from 255 or 39.44% from 355); Blue value is 29 (11.72% from 255 or 8.17% from 355); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8C1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8C1D is #4573E2. Grayscale: #8D8D8D. Windows color (decimal): -4551651 or 1936570. OLE color: 1936570.

HSL color Cylindrical-coordinate representation of color #BA8C1D: hue angle of 42.42º degrees, saturation: 0.73, 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 #BA8C1D is Cyan = 0, Magento = 0.25, Yellow = 0.84 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 140 29 -
CMYK 0 0.25 0.84 0.27
HSL 42.42º 0.73% 0.42% -
HSV(B) 42.42º 0.84% 0.73% -
XYZ 29.85 29.28 5.24 -
YUV 141.1 64.74 160.03 -
System Red Green Blue C M Y K H S L
Decimal 186 140 29 0 0.25 0.84 0.27 42.42 0.73 0.42
Hex BA 8C 1D 0 19 54 1B 2A 49 2A
Octal 272 214 35 0 31 124 33 52 111 52
Binary 10111010 10001100 11101 0 11001 1010100 11011 101010 1001001 101010

Color Harmonies of #BA8C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8C1D

Black with #BA8C1D

Text Example


Text Example

White with #BA8C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8C1D; }

 p { color: rgb(186,140,29); }

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

background-color css

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

 a { background-color: rgb(186,140,29); }

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

border-color css

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

 span { border-color: rgb(186,140,29); }

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