Html Css Color HEX #BA881F Nugget

📋 copy color: '#BA881F'

red 186 ◦ green 136 ◦ blue 31

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

Shades of Nugget #BA881F

Tints of Nugget #BA881F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.78%

R = 52.69%
G = 38.53%
B = 8.78%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#BA881F (or 0xBA881F) is known color: Nugget. HEX triplet: BA, 88 and 1F. RGB value is (186,136,31). Sum of RGB (Red+Green+Blue) = 186+136+31=353 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.69% from 353); Green value is 136 (53.52% from 255 or 38.53% from 353); Blue value is 31 (12.5% from 255 or 8.78% from 353); Max value from RGB is 186 - color contains mainly: red. Hex color #BA881F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA881F is #4577E0. Grayscale: #8B8B8B. Windows color (decimal): -4552673 or 2066618. OLE color: 2066618.

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

Color convert

RGB 186 136 31 -
CMYK 0 0.27 0.83 0.27
HSL 40.65º 0.71% 0.43% -
HSV(B) 40.65º 0.83% 0.73% -
XYZ 29.3 28.15 5.18 -
YUV 138.98 67.07 161.54 -
System Red Green Blue C M Y K H S L
Decimal 186 136 31 0 0.27 0.83 0.27 40.65 0.71 0.43
Hex BA 88 1F 0 1B 53 1B 29 47 2B
Octal 272 210 37 0 33 123 33 51 107 53
Binary 10111010 10001000 11111 0 11011 1010011 11011 101001 1000111 101011

Color Harmonies of #BA881F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA881F

Black with #BA881F

Text Example


Text Example

White with #BA881F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA881F; }

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

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

background-color css

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

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

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

border-color css

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

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

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