Html Css Color HEX #BA8F1D Nugget

📋 copy color: '#BA8F1D'

red 186 ◦ green 143 ◦ blue 29

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

Shades of Nugget #BA8F1D

Tints of Nugget #BA8F1D

RGB

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

 GREEN value IS 143 (56.25% from 255) = 39.94%

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

R = 51.96%
G = 39.94%
B = 8.1%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#BA8F1D (or 0xBA8F1D) is known color: Nugget. HEX triplet: BA, 8F and 1D. RGB value is (186,143,29). Sum of RGB (Red+Green+Blue) = 186+143+29=358 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.96% from 358); Green value is 143 (56.25% from 255 or 39.94% from 358); Blue value is 29 (11.72% from 255 or 8.10% from 358); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8F1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8F1D is #4570E2. Grayscale: #8F8F8F. Windows color (decimal): -4550883 or 1937338. OLE color: 1937338.

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

Color convert

RGB 186 143 29 -
CMYK 0 0.23 0.84 0.27
HSL 43.57º 0.73% 0.42% -
HSV(B) 43.57º 0.84% 0.73% -
XYZ 30.29 30.17 5.39 -
YUV 142.86 63.75 158.77 -
System Red Green Blue C M Y K H S L
Decimal 186 143 29 0 0.23 0.84 0.27 43.57 0.73 0.42
Hex BA 8F 1D 0 17 54 1B 2C 49 2A
Octal 272 217 35 0 27 124 33 54 111 52
Binary 10111010 10001111 11101 0 10111 1010100 11011 101100 1001001 101010

Color Harmonies of #BA8F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8F1D

Black with #BA8F1D

Text Example


Text Example

White with #BA8F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8F1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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