Html Css Color HEX #BA861E Nugget

📋 copy color: '#BA861E'

red 186 ◦ green 134 ◦ blue 30

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

Shades of Nugget #BA861E

Tints of Nugget #BA861E

RGB

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

 GREEN value IS 134 (52.73% from 255) = 38.29%

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

R = 53.14%
G = 38.29%
B = 8.57%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#BA861E (or 0xBA861E) is known color: Nugget. HEX triplet: BA, 86 and 1E. RGB value is (186,134,30). Sum of RGB (Red+Green+Blue) = 186+134+30=350 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.14% from 350); Green value is 134 (52.73% from 255 or 38.29% from 350); Blue value is 30 (12.11% from 255 or 8.57% from 350); Max value from RGB is 186 - color contains mainly: red. Hex color #BA861E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA861E is #4579E1. Grayscale: #8A8A8A. Windows color (decimal): -4553186 or 2000570. OLE color: 2000570.

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

Color convert

RGB 186 134 30 -
CMYK 0 0.28 0.84 0.27
HSL 40º 0.72% 0.42% -
HSV(B) 40º 0.84% 0.73% -
XYZ 29.01 27.58 5.02 -
YUV 137.69 67.23 162.46 -
System Red Green Blue C M Y K H S L
Decimal 186 134 30 0 0.28 0.84 0.27 40 0.72 0.42
Hex BA 86 1E 0 1C 54 1B 28 48 2A
Octal 272 206 36 0 34 124 33 50 110 52
Binary 10111010 10000110 11110 0 11100 1010100 11011 101000 1001000 101010

Color Harmonies of #BA861E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA861E

Black with #BA861E

Text Example


Text Example

White with #BA861E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA861E; }

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

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

background-color css

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

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

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

border-color css

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

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

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