Html Css Color HEX #BA972F Nugget

📋 copy color: '#BA972F'

red 186 ◦ green 151 ◦ blue 47

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

Shades of Nugget #BA972F

Tints of Nugget #BA972F

RGB

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

 GREEN value IS 151 (59.38% from 255) = 39.32%

 BLUE value IS 47 (18.75% from 255) = 12.24%

R = 48.44%
G = 39.32%
B = 12.24%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#BA972F (or 0xBA972F) is known color: Nugget. HEX triplet: BA, 97 and 2F. RGB value is (186,151,47). Sum of RGB (Red+Green+Blue) = 186+151+47=384 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.44% from 384); Green value is 151 (59.38% from 255 or 39.32% from 384); Blue value is 47 (18.75% from 255 or 12.24% from 384); Max value from RGB is 186 - color contains mainly: red. Hex color #BA972F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA972F is #4568D0. Grayscale: #969696. Windows color (decimal): -4548817 or 3119034. OLE color: 3119034.

HSL color Cylindrical-coordinate representation of color #BA972F: hue angle of 44.89º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BA972F is Cyan = 0, Magento = 0.19, Yellow = 0.75 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 151 47 -
CMYK 0 0.19 0.75 0.27
HSL 44.89º 0.6% 0.46% -
HSV(B) 44.89º 0.75% 0.73% -
XYZ 31.83 32.78 7.34 -
YUV 149.61 70.1 153.96 -
System Red Green Blue C M Y K H S L
Decimal 186 151 47 0 0.19 0.75 0.27 44.89 0.6 0.46
Hex BA 97 2F 0 13 4B 1B 2D 3C 2E
Octal 272 227 57 0 23 113 33 55 74 56
Binary 10111010 10010111 101111 0 10011 1001011 11011 101101 111100 101110

Color Harmonies of #BA972F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA972F

Black with #BA972F

Text Example


Text Example

White with #BA972F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA972F; }

 p { color: rgb(186,151,47); }

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

background-color css

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

 a { background-color: rgb(186,151,47); }

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

border-color css

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

 span { border-color: rgb(186,151,47); }

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