Html Css Color HEX #BA861F Nugget

📋 copy color: '#BA861F'

red 186 ◦ green 134 ◦ blue 31

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

Shades of Nugget #BA861F

Tints of Nugget #BA861F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.83%

R = 52.99%
G = 38.18%
B = 8.83%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#BA861F (or 0xBA861F) is known color: Nugget. HEX triplet: BA, 86 and 1F. RGB value is (186,134,31). Sum of RGB (Red+Green+Blue) = 186+134+31=351 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.99% from 351); Green value is 134 (52.73% from 255 or 38.18% from 351); Blue value is 31 (12.5% from 255 or 8.83% from 351); Max value from RGB is 186 - color contains mainly: red. Hex color #BA861F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA861F is #4579E0. Grayscale: #8A8A8A. Windows color (decimal): -4553185 or 2066106. OLE color: 2066106.

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

Color convert

RGB 186 134 31 -
CMYK 0 0.28 0.83 0.27
HSL 39.87º 0.71% 0.43% -
HSV(B) 39.87º 0.83% 0.73% -
XYZ 29.02 27.59 5.09 -
YUV 137.81 67.73 162.38 -
System Red Green Blue C M Y K H S L
Decimal 186 134 31 0 0.28 0.83 0.27 39.87 0.71 0.43
Hex BA 86 1F 0 1C 53 1B 28 47 2B
Octal 272 206 37 0 34 123 33 50 107 53
Binary 10111010 10000110 11111 0 11100 1010011 11011 101000 1000111 101011

Color Harmonies of #BA861F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA861F

Black with #BA861F

Text Example


Text Example

White with #BA861F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA861F; }

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

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

background-color css

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

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

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

border-color css

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

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

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