Html Css Color HEX #BA8E24 Nugget

📋 copy color: '#BA8E24'

red 186 ◦ green 142 ◦ blue 36

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

Shades of Nugget #BA8E24

Tints of Nugget #BA8E24

RGB

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

 GREEN value IS 142 (55.86% from 255) = 39.01%

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

R = 51.1%
G = 39.01%
B = 9.89%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#BA8E24 (or 0xBA8E24) is known color: Nugget. HEX triplet: BA, 8E and 24. RGB value is (186,142,36). Sum of RGB (Red+Green+Blue) = 186+142+36=364 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.10% from 364); Green value is 142 (55.86% from 255 or 39.01% from 364); Blue value is 36 (14.45% from 255 or 9.89% from 364); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8E24 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8E24 is #4571DB. Grayscale: #8F8F8F. Windows color (decimal): -4551132 or 2395834. OLE color: 2395834.

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

Color convert

RGB 186 142 36 -
CMYK 0 0.24 0.81 0.27
HSL 42.4º 0.68% 0.44% -
HSV(B) 42.4º 0.81% 0.73% -
XYZ 30.24 29.91 5.85 -
YUV 143.07 67.58 158.62 -
System Red Green Blue C M Y K H S L
Decimal 186 142 36 0 0.24 0.81 0.27 42.4 0.68 0.44
Hex BA 8E 24 0 18 51 1B 2A 44 2C
Octal 272 216 44 0 30 121 33 52 104 54
Binary 10111010 10001110 100100 0 11000 1010001 11011 101010 1000100 101100

Color Harmonies of #BA8E24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8E24

Black with #BA8E24

Text Example


Text Example

White with #BA8E24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8E24; }

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

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

background-color css

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

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

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

border-color css

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

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

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