Html Css Color HEX #BA8724 Nugget

📋 copy color: '#BA8724'

red 186 ◦ green 135 ◦ blue 36

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

Shades of Nugget #BA8724

Tints of Nugget #BA8724

RGB

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

 GREEN value IS 135 (53.13% from 255) = 37.82%

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

R = 52.1%
G = 37.82%
B = 10.08%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#BA8724 (or 0xBA8724) is known color: Nugget. HEX triplet: BA, 87 and 24. RGB value is (186,135,36). Sum of RGB (Red+Green+Blue) = 186+135+36=357 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.10% from 357); Green value is 135 (53.12% from 255 or 37.82% from 357); Blue value is 36 (14.45% from 255 or 10.08% from 357); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8724 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8724 is #4578DB. Grayscale: #8B8B8B. Windows color (decimal): -4552924 or 2394042. OLE color: 2394042.

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

Color convert

RGB 186 135 36 -
CMYK 0 0.27 0.81 0.27
HSL 39.6º 0.68% 0.44% -
HSV(B) 39.6º 0.81% 0.73% -
XYZ 29.23 27.89 5.51 -
YUV 138.96 69.9 161.55 -
System Red Green Blue C M Y K H S L
Decimal 186 135 36 0 0.27 0.81 0.27 39.6 0.68 0.44
Hex BA 87 24 0 1B 51 1B 28 44 2C
Octal 272 207 44 0 33 121 33 50 104 54
Binary 10111010 10000111 100100 0 11011 1010001 11011 101000 1000100 101100

Color Harmonies of #BA8724

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8724

Black with #BA8724

Text Example


Text Example

White with #BA8724

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8724; }

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

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

background-color css

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

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

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

border-color css

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

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

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