Html Css Color HEX #BA8725 Nugget

📋 copy color: '#BA8725'

red 186 ◦ green 135 ◦ blue 37

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

Shades of Nugget #BA8725

Tints of Nugget #BA8725

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 10.34%

R = 51.96%
G = 37.71%
B = 10.34%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#BA8725 (or 0xBA8725) is known color: Nugget. HEX triplet: BA, 87 and 25. RGB value is (186,135,37). Sum of RGB (Red+Green+Blue) = 186+135+37=358 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.96% from 358); Green value is 135 (53.12% from 255 or 37.71% from 358); Blue value is 37 (14.84% from 255 or 10.34% from 358); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8725 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8725 is #4578DA. Grayscale: #8B8B8B. Windows color (decimal): -4552923 or 2459578. OLE color: 2459578.

HSL color Cylindrical-coordinate representation of color #BA8725: hue angle of 39.46º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BA8725 is Cyan = 0, Magento = 0.27, Yellow = 0.80 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 135 37 -
CMYK 0 0.27 0.80 0.27
HSL 39.46º 0.67% 0.44% -
HSV(B) 39.46º 0.8% 0.73% -
XYZ 29.25 27.9 5.59 -
YUV 139.08 70.4 161.47 -
System Red Green Blue C M Y K H S L
Decimal 186 135 37 0 0.27 0.80 0.27 39.46 0.67 0.44
Hex BA 87 25 0 1B 50 1B 27 43 2C
Octal 272 207 45 0 33 120 33 47 103 54
Binary 10111010 10000111 100101 0 11011 1010000 11011 100111 1000011 101100

Color Harmonies of #BA8725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8725

Black with #BA8725

Text Example


Text Example

White with #BA8725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8725; }

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

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

background-color css

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

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

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

border-color css

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

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

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