Html Css Color HEX #BA871D Nugget

📋 copy color: '#BA871D'

red 186 ◦ green 135 ◦ blue 29

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

Shades of Nugget #BA871D

Tints of Nugget #BA871D

RGB

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

 GREEN value IS 135 (53.13% from 255) = 38.57%

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

R = 53.14%
G = 38.57%
B = 8.29%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#BA871D (or 0xBA871D) is known color: Nugget. HEX triplet: BA, 87 and 1D. RGB value is (186,135,29). Sum of RGB (Red+Green+Blue) = 186+135+29=350 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.14% from 350); Green value is 135 (53.12% from 255 or 38.57% from 350); Blue value is 29 (11.72% from 255 or 8.29% from 350); Max value from RGB is 186 - color contains mainly: red. Hex color #BA871D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA871D is #4578E2. Grayscale: #8A8A8A. Windows color (decimal): -4552931 or 1935290. OLE color: 1935290.

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

Color convert

RGB 186 135 29 -
CMYK 0 0.27 0.84 0.27
HSL 40.51º 0.73% 0.42% -
HSV(B) 40.51º 0.84% 0.73% -
XYZ 29.14 27.86 5 -
YUV 138.17 66.4 162.12 -
System Red Green Blue C M Y K H S L
Decimal 186 135 29 0 0.27 0.84 0.27 40.51 0.73 0.42
Hex BA 87 1D 0 1B 54 1B 29 49 2A
Octal 272 207 35 0 33 124 33 51 111 52
Binary 10111010 10000111 11101 0 11011 1010100 11011 101001 1001001 101010

Color Harmonies of #BA871D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA871D

Black with #BA871D

Text Example


Text Example

White with #BA871D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA871D; }

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

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

background-color css

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

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

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

border-color css

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

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

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