Html Css Color HEX #BA881C Nugget

📋 copy color: '#BA881C'

red 186 ◦ green 136 ◦ blue 28

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

Shades of Nugget #BA881C

Tints of Nugget #BA881C

RGB

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

 GREEN value IS 136 (53.52% from 255) = 38.86%

 BLUE value IS 28 (11.33% from 255) = 8%

R = 53.14%
G = 38.86%
B = 8%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.85

 K value IS 0.27

RGB Variations

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

Color information

#BA881C (or 0xBA881C) is known color: Nugget. HEX triplet: BA, 88 and 1C. RGB value is (186,136,28). Sum of RGB (Red+Green+Blue) = 186+136+28=350 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.14% from 350); Green value is 136 (53.52% from 255 or 38.86% from 350); Blue value is 28 (11.33% from 255 or 8% from 350); Max value from RGB is 186 - color contains mainly: red. Hex color #BA881C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA881C is #4577E3. Grayscale: #8B8B8B. Windows color (decimal): -4552676 or 1870010. OLE color: 1870010.

HSL color Cylindrical-coordinate representation of color #BA881C: hue angle of 41.01º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BA881C is Cyan = 0, Magento = 0.27, Yellow = 0.85 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 136 28 -
CMYK 0 0.27 0.85 0.27
HSL 41.01º 0.74% 0.42% -
HSV(B) 41.01º 0.85% 0.73% -
XYZ 29.26 28.13 4.99 -
YUV 138.64 65.57 161.78 -
System Red Green Blue C M Y K H S L
Decimal 186 136 28 0 0.27 0.85 0.27 41.01 0.74 0.42
Hex BA 88 1C 0 1B 55 1B 29 4A 2A
Octal 272 210 34 0 33 125 33 51 112 52
Binary 10111010 10001000 11100 0 11011 1010101 11011 101001 1001010 101010

Color Harmonies of #BA881C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA881C

Black with #BA881C

Text Example


Text Example

White with #BA881C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA881C; }

 p { color: rgb(186,136,28); }

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

background-color css

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

 a { background-color: rgb(186,136,28); }

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

border-color css

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

 span { border-color: rgb(186,136,28); }

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