Html Css Color HEX #BA970E Buddha Gold

📋 copy color: '#BA970E'

red 186 ◦ green 151 ◦ blue 14

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

Shades of Buddha Gold #BA970E

Tints of Buddha Gold #BA970E

RGB

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

 GREEN value IS 151 (59.38% from 255) = 43.02%

 BLUE value IS 14 (5.86% from 255) = 3.99%

R = 52.99%
G = 43.02%
B = 3.99%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#BA970E (or 0xBA970E) is known color: Buddha Gold. HEX triplet: BA, 97 and 0E. RGB value is (186,151,14). Sum of RGB (Red+Green+Blue) = 186+151+14=351 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.99% from 351); Green value is 151 (59.38% from 255 or 43.02% from 351); Blue value is 14 (5.86% from 255 or 3.99% from 351); Max value from RGB is 186 - color contains mainly: red. Hex color #BA970E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA970E is #4568F1. Grayscale: #929292. Windows color (decimal): -4548850 or 956346. OLE color: 956346.

HSL color Cylindrical-coordinate representation of color #BA970E: hue angle of 47.79º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BA970E is Cyan = 0, Magento = 0.19, Yellow = 0.92 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 151 14 -
CMYK 0 0.19 0.92 0.27
HSL 47.79º 0.86% 0.39% -
HSV(B) 47.79º 0.92% 0.73% -
XYZ 31.4 32.6 5.05 -
YUV 145.85 53.6 156.64 -
System Red Green Blue C M Y K H S L
Decimal 186 151 14 0 0.19 0.92 0.27 47.79 0.86 0.39
Hex BA 97 E 0 13 5C 1B 30 56 27
Octal 272 227 16 0 23 134 33 60 126 47
Binary 10111010 10010111 1110 0 10011 1011100 11011 110000 1010110 100111

Color Harmonies of #BA970E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA970E

Black with #BA970E

Text Example


Text Example

White with #BA970E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA970E; }

 p { color: rgb(186,151,14); }

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

background-color css

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

 a { background-color: rgb(186,151,14); }

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

border-color css

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

 span { border-color: rgb(186,151,14); }

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