Html Css Color HEX #BA8C24 Nugget

📋 copy color: '#BA8C24'

red 186 ◦ green 140 ◦ blue 36

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

Shades of Nugget #BA8C24

Tints of Nugget #BA8C24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 9.94%

R = 51.38%
G = 38.67%
B = 9.94%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#BA8C24 (or 0xBA8C24) is known color: Nugget. HEX triplet: BA, 8C and 24. RGB value is (186,140,36). Sum of RGB (Red+Green+Blue) = 186+140+36=362 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.38% from 362); Green value is 140 (55.08% from 255 or 38.67% from 362); Blue value is 36 (14.45% from 255 or 9.94% from 362); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8C24 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8C24 is #4573DB. Grayscale: #8E8E8E. Windows color (decimal): -4551644 or 2395322. OLE color: 2395322.

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

Color convert

RGB 186 140 36 -
CMYK 0 0.25 0.81 0.27
HSL 41.6º 0.68% 0.44% -
HSV(B) 41.6º 0.81% 0.73% -
XYZ 29.95 29.32 5.75 -
YUV 141.9 68.24 159.46 -
System Red Green Blue C M Y K H S L
Decimal 186 140 36 0 0.25 0.81 0.27 41.6 0.68 0.44
Hex BA 8C 24 0 19 51 1B 2A 44 2C
Octal 272 214 44 0 31 121 33 52 104 54
Binary 10111010 10001100 100100 0 11001 1010001 11011 101010 1000100 101100

Color Harmonies of #BA8C24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8C24

Black with #BA8C24

Text Example


Text Example

White with #BA8C24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8C24; }

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

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

background-color css

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

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

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

border-color css

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

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

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