Html Css Color HEX #BA892A Nugget

📋 copy color: '#BA892A'

red 186 ◦ green 137 ◦ blue 42

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

Shades of Nugget #BA892A

Tints of Nugget #BA892A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 11.51%

R = 50.96%
G = 37.53%
B = 11.51%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#BA892A (or 0xBA892A) is known color: Nugget. HEX triplet: BA, 89 and 2A. RGB value is (186,137,42). Sum of RGB (Red+Green+Blue) = 186+137+42=365 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.96% from 365); Green value is 137 (53.91% from 255 or 37.53% from 365); Blue value is 42 (16.80% from 255 or 11.51% from 365); Max value from RGB is 186 - color contains mainly: red. Hex color #BA892A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA892A is #4576D5. Grayscale: #8D8D8D. Windows color (decimal): -4552406 or 2787770. OLE color: 2787770.

HSL color Cylindrical-coordinate representation of color #BA892A: hue angle of 39.58º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BA892A is Cyan = 0, Magento = 0.26, Yellow = 0.77 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 137 42 -
CMYK 0 0.26 0.77 0.27
HSL 39.58º 0.63% 0.45% -
HSV(B) 39.58º 0.77% 0.73% -
XYZ 29.61 28.5 6.13 -
YUV 140.82 72.23 160.22 -
System Red Green Blue C M Y K H S L
Decimal 186 137 42 0 0.26 0.77 0.27 39.58 0.63 0.45
Hex BA 89 2A 0 1A 4D 1B 28 3F 2D
Octal 272 211 52 0 32 115 33 50 77 55
Binary 10111010 10001001 101010 0 11010 1001101 11011 101000 111111 101101

Color Harmonies of #BA892A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA892A

Black with #BA892A

Text Example


Text Example

White with #BA892A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA892A; }

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

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

background-color css

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

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

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

border-color css

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

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

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