Html Css Color HEX #BA8C25 Nugget

📋 copy color: '#BA8C25'

red 186 ◦ green 140 ◦ blue 37

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

Shades of Nugget #BA8C25

Tints of Nugget #BA8C25

RGB

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

 GREEN value IS 140 (55.08% from 255) = 38.57%

 BLUE value IS 37 (14.84% from 255) = 10.19%

R = 51.24%
G = 38.57%
B = 10.19%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#BA8C25 (or 0xBA8C25) is known color: Nugget. HEX triplet: BA, 8C and 25. RGB value is (186,140,37). Sum of RGB (Red+Green+Blue) = 186+140+37=363 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.24% from 363); Green value is 140 (55.08% from 255 or 38.57% from 363); Blue value is 37 (14.84% from 255 or 10.19% from 363); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8C25 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8C25 is #4573DA. Grayscale: #8E8E8E. Windows color (decimal): -4551643 or 2460858. OLE color: 2460858.

HSL color Cylindrical-coordinate representation of color #BA8C25: hue angle of 41.48º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BA8C25 is Cyan = 0, Magento = 0.25, Yellow = 0.80 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 140 37 -
CMYK 0 0.25 0.80 0.27
HSL 41.48º 0.67% 0.44% -
HSV(B) 41.48º 0.8% 0.73% -
XYZ 29.96 29.33 5.83 -
YUV 142.01 68.74 159.38 -
System Red Green Blue C M Y K H S L
Decimal 186 140 37 0 0.25 0.80 0.27 41.48 0.67 0.44
Hex BA 8C 25 0 19 50 1B 29 43 2C
Octal 272 214 45 0 31 120 33 51 103 54
Binary 10111010 10001100 100101 0 11001 1010000 11011 101001 1000011 101100

Color Harmonies of #BA8C25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8C25

Black with #BA8C25

Text Example


Text Example

White with #BA8C25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8C25; }

 p { color: rgb(186,140,37); }

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

background-color css

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

 a { background-color: rgb(186,140,37); }

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

border-color css

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

 span { border-color: rgb(186,140,37); }

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