Html Css Color HEX #BA881E Nugget

📋 copy color: '#BA881E'

red 186 ◦ green 136 ◦ blue 30

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

Shades of Nugget #BA881E

Tints of Nugget #BA881E

RGB

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

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

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

R = 52.84%
G = 38.64%
B = 8.52%

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

#BA881E (or 0xBA881E) is known color: Nugget. HEX triplet: BA, 88 and 1E. RGB value is (186,136,30). Sum of RGB (Red+Green+Blue) = 186+136+30=352 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.84% from 352); Green value is 136 (53.52% from 255 or 38.64% from 352); Blue value is 30 (12.11% from 255 or 8.52% from 352); Max value from RGB is 186 - color contains mainly: red. Hex color #BA881E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA881E is #4577E1. Grayscale: #8B8B8B. Windows color (decimal): -4552674 or 2001082. OLE color: 2001082.

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

Color convert

RGB 186 136 30 -
CMYK 0 0.27 0.84 0.27
HSL 40.77º 0.72% 0.42% -
HSV(B) 40.77º 0.84% 0.73% -
XYZ 29.29 28.14 5.12 -
YUV 138.87 66.57 161.62 -
System Red Green Blue C M Y K H S L
Decimal 186 136 30 0 0.27 0.84 0.27 40.77 0.72 0.42
Hex BA 88 1E 0 1B 54 1B 29 48 2A
Octal 272 210 36 0 33 124 33 51 110 52
Binary 10111010 10001000 11110 0 11011 1010100 11011 101001 1001000 101010

Color Harmonies of #BA881E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA881E

Black with #BA881E

Text Example


Text Example

White with #BA881E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA881E; }

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

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

background-color css

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

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

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

border-color css

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

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

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