Html Css Color HEX #BA841E Nugget

📋 copy color: '#BA841E'

red 186 ◦ green 132 ◦ blue 30

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

Shades of Nugget #BA841E

Tints of Nugget #BA841E

RGB

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

 GREEN value IS 132 (51.95% from 255) = 37.93%

 BLUE value IS 30 (12.11% from 255) = 8.62%

R = 53.45%
G = 37.93%
B = 8.62%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#BA841E (or 0xBA841E) is known color: Nugget. HEX triplet: BA, 84 and 1E. RGB value is (186,132,30). Sum of RGB (Red+Green+Blue) = 186+132+30=348 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.45% from 348); Green value is 132 (51.95% from 255 or 37.93% from 348); Blue value is 30 (12.11% from 255 or 8.62% from 348); Max value from RGB is 186 - color contains mainly: red. Hex color #BA841E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA841E is #457BE1. Grayscale: #888888. Windows color (decimal): -4553698 or 2000058. OLE color: 2000058.

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

Color convert

RGB 186 132 30 -
CMYK 0 0.29 0.84 0.27
HSL 39.23º 0.72% 0.42% -
HSV(B) 39.23º 0.84% 0.73% -
XYZ 28.74 27.04 4.93 -
YUV 136.52 67.89 163.29 -
System Red Green Blue C M Y K H S L
Decimal 186 132 30 0 0.29 0.84 0.27 39.23 0.72 0.42
Hex BA 84 1E 0 1D 54 1B 27 48 2A
Octal 272 204 36 0 35 124 33 47 110 52
Binary 10111010 10000100 11110 0 11101 1010100 11011 100111 1001000 101010

Color Harmonies of #BA841E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA841E

Black with #BA841E

Text Example


Text Example

White with #BA841E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA841E; }

 p { color: rgb(186,132,30); }

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

background-color css

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

 a { background-color: rgb(186,132,30); }

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

border-color css

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

 span { border-color: rgb(186,132,30); }

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