Html Css Color HEX #BA8721 Nugget

📋 copy color: '#BA8721'

red 186 ◦ green 135 ◦ blue 33

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

Shades of Nugget #BA8721

Tints of Nugget #BA8721

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 9.32%

R = 52.54%
G = 38.14%
B = 9.32%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.82

 K value IS 0.27

RGB Variations

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

Color information

#BA8721 (or 0xBA8721) is known color: Nugget. HEX triplet: BA, 87 and 21. RGB value is (186,135,33). Sum of RGB (Red+Green+Blue) = 186+135+33=354 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.54% from 354); Green value is 135 (53.12% from 255 or 38.14% from 354); Blue value is 33 (13.28% from 255 or 9.32% from 354); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8721 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8721 is #4578DE. Grayscale: #8B8B8B. Windows color (decimal): -4552927 or 2197434. OLE color: 2197434.

HSL color Cylindrical-coordinate representation of color #BA8721: hue angle of 40º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BA8721 is Cyan = 0, Magento = 0.27, Yellow = 0.82 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 135 33 -
CMYK 0 0.27 0.82 0.27
HSL 40º 0.7% 0.43% -
HSV(B) 40º 0.82% 0.73% -
XYZ 29.19 27.88 5.28 -
YUV 138.62 68.4 161.79 -
System Red Green Blue C M Y K H S L
Decimal 186 135 33 0 0.27 0.82 0.27 40 0.7 0.43
Hex BA 87 21 0 1B 52 1B 28 46 2B
Octal 272 207 41 0 33 122 33 50 106 53
Binary 10111010 10000111 100001 0 11011 1010010 11011 101000 1000110 101011

Color Harmonies of #BA8721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8721

Black with #BA8721

Text Example


Text Example

White with #BA8721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8721; }

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

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

background-color css

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

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

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

border-color css

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

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

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