Html Css Color HEX #BA901F Nugget

📋 copy color: '#BA901F'

red 186 ◦ green 144 ◦ blue 31

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

Shades of Nugget #BA901F

Tints of Nugget #BA901F

RGB

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

 GREEN value IS 144 (56.64% from 255) = 39.89%

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

R = 51.52%
G = 39.89%
B = 8.59%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#BA901F (or 0xBA901F) is known color: Nugget. HEX triplet: BA, 90 and 1F. RGB value is (186,144,31). Sum of RGB (Red+Green+Blue) = 186+144+31=361 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.52% from 361); Green value is 144 (56.64% from 255 or 39.89% from 361); Blue value is 31 (12.5% from 255 or 8.59% from 361); Max value from RGB is 186 - color contains mainly: red. Hex color #BA901F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA901F is #456FE0. Grayscale: #909090. Windows color (decimal): -4550625 or 2068666. OLE color: 2068666.

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

Color convert

RGB 186 144 31 -
CMYK 0 0.23 0.83 0.27
HSL 43.74º 0.71% 0.43% -
HSV(B) 43.74º 0.83% 0.73% -
XYZ 30.47 30.48 5.57 -
YUV 143.68 64.41 158.19 -
System Red Green Blue C M Y K H S L
Decimal 186 144 31 0 0.23 0.83 0.27 43.74 0.71 0.43
Hex BA 90 1F 0 17 53 1B 2C 47 2B
Octal 272 220 37 0 27 123 33 54 107 53
Binary 10111010 10010000 11111 0 10111 1010011 11011 101100 1000111 101011

Color Harmonies of #BA901F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA901F

Black with #BA901F

Text Example


Text Example

White with #BA901F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA901F; }

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

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

background-color css

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

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

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

border-color css

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

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

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