Html Css Color HEX #BA891D Nugget

📋 copy color: '#BA891D'

red 186 ◦ green 137 ◦ blue 29

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

Shades of Nugget #BA891D

Tints of Nugget #BA891D

RGB

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

 GREEN value IS 137 (53.91% from 255) = 38.92%

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

R = 52.84%
G = 38.92%
B = 8.24%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#BA891D (or 0xBA891D) is known color: Nugget. HEX triplet: BA, 89 and 1D. RGB value is (186,137,29). Sum of RGB (Red+Green+Blue) = 186+137+29=352 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.84% from 352); Green value is 137 (53.91% from 255 or 38.92% from 352); Blue value is 29 (11.72% from 255 or 8.24% from 352); Max value from RGB is 186 - color contains mainly: red. Hex color #BA891D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA891D is #4576E2. Grayscale: #8B8B8B. Windows color (decimal): -4552419 or 1935802. OLE color: 1935802.

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

Color convert

RGB 186 137 29 -
CMYK 0 0.26 0.84 0.27
HSL 41.27º 0.73% 0.42% -
HSV(B) 41.27º 0.84% 0.73% -
XYZ 29.42 28.42 5.1 -
YUV 139.34 65.73 161.28 -
System Red Green Blue C M Y K H S L
Decimal 186 137 29 0 0.26 0.84 0.27 41.27 0.73 0.42
Hex BA 89 1D 0 1A 54 1B 29 49 2A
Octal 272 211 35 0 32 124 33 51 111 52
Binary 10111010 10001001 11101 0 11010 1010100 11011 101001 1001001 101010

Color Harmonies of #BA891D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA891D

Black with #BA891D

Text Example


Text Example

White with #BA891D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA891D; }

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

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

background-color css

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

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

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

border-color css

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

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

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