Html Css Color HEX #BA8729 Nugget

📋 copy color: '#BA8729'

red 186 ◦ green 135 ◦ blue 41

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

Shades of Nugget #BA8729

Tints of Nugget #BA8729

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 11.33%

R = 51.38%
G = 37.29%
B = 11.33%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#BA8729 (or 0xBA8729) is known color: Nugget. HEX triplet: BA, 87 and 29. RGB value is (186,135,41). Sum of RGB (Red+Green+Blue) = 186+135+41=362 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.38% from 362); Green value is 135 (53.12% from 255 or 37.29% from 362); Blue value is 41 (16.41% from 255 or 11.33% from 362); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8729 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8729 is #4578D6. Grayscale: #8B8B8B. Windows color (decimal): -4552919 or 2721722. OLE color: 2721722.

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

Color convert

RGB 186 135 41 -
CMYK 0 0.27 0.78 0.27
HSL 38.9º 0.64% 0.45% -
HSV(B) 38.9º 0.78% 0.73% -
XYZ 29.31 27.93 5.94 -
YUV 139.53 72.4 161.14 -
System Red Green Blue C M Y K H S L
Decimal 186 135 41 0 0.27 0.78 0.27 38.9 0.64 0.45
Hex BA 87 29 0 1B 4E 1B 27 40 2D
Octal 272 207 51 0 33 116 33 47 100 55
Binary 10111010 10000111 101001 0 11011 1001110 11011 100111 1000000 101101

Color Harmonies of #BA8729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8729

Black with #BA8729

Text Example


Text Example

White with #BA8729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8729; }

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

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

background-color css

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

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

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

border-color css

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

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

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