Html Css Color HEX #BA8824 Nugget

📋 copy color: '#BA8824'

red 186 ◦ green 136 ◦ blue 36

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

Shades of Nugget #BA8824

Tints of Nugget #BA8824

RGB

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

 GREEN value IS 136 (53.52% from 255) = 37.99%

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

R = 51.96%
G = 37.99%
B = 10.06%

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

#BA8824 (or 0xBA8824) is known color: Nugget. HEX triplet: BA, 88 and 24. RGB value is (186,136,36). Sum of RGB (Red+Green+Blue) = 186+136+36=358 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.96% from 358); Green value is 136 (53.52% from 255 or 37.99% from 358); Blue value is 36 (14.45% from 255 or 10.06% from 358); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8824 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8824 is #4577DB. Grayscale: #8C8C8C. Windows color (decimal): -4552668 or 2394298. OLE color: 2394298.

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

Color convert

RGB 186 136 36 -
CMYK 0 0.27 0.81 0.27
HSL 40º 0.68% 0.44% -
HSV(B) 40º 0.81% 0.73% -
XYZ 29.37 28.17 5.56 -
YUV 139.55 69.57 161.13 -
System Red Green Blue C M Y K H S L
Decimal 186 136 36 0 0.27 0.81 0.27 40 0.68 0.44
Hex BA 88 24 0 1B 51 1B 28 44 2C
Octal 272 210 44 0 33 121 33 50 104 54
Binary 10111010 10001000 100100 0 11011 1010001 11011 101000 1000100 101100

Color Harmonies of #BA8824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8824

Black with #BA8824

Text Example


Text Example

White with #BA8824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8824; }

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

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

background-color css

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

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

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

border-color css

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

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

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