Html Css Color HEX #BA841F Nugget

📋 copy color: '#BA841F'

red 186 ◦ green 132 ◦ blue 31

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

Shades of Nugget #BA841F

Tints of Nugget #BA841F

RGB

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

 GREEN value IS 132 (51.95% from 255) = 37.82%

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

R = 53.3%
G = 37.82%
B = 8.88%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#BA841F (or 0xBA841F) is known color: Nugget. HEX triplet: BA, 84 and 1F. RGB value is (186,132,31). Sum of RGB (Red+Green+Blue) = 186+132+31=349 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.30% from 349); Green value is 132 (51.95% from 255 or 37.82% from 349); Blue value is 31 (12.5% from 255 or 8.88% from 349); Max value from RGB is 186 - color contains mainly: red. Hex color #BA841F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA841F is #457BE0. Grayscale: #898989. Windows color (decimal): -4553697 or 2065594. OLE color: 2065594.

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

Color convert

RGB 186 132 31 -
CMYK 0 0.29 0.83 0.27
HSL 39.1º 0.71% 0.43% -
HSV(B) 39.1º 0.83% 0.73% -
XYZ 28.75 27.04 5 -
YUV 136.63 68.39 163.21 -
System Red Green Blue C M Y K H S L
Decimal 186 132 31 0 0.29 0.83 0.27 39.1 0.71 0.43
Hex BA 84 1F 0 1D 53 1B 27 47 2B
Octal 272 204 37 0 35 123 33 47 107 53
Binary 10111010 10000100 11111 0 11101 1010011 11011 100111 1000111 101011

Color Harmonies of #BA841F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA841F

Black with #BA841F

Text Example


Text Example

White with #BA841F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA841F; }

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

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

background-color css

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

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

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

border-color css

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

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

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