Html Css Color HEX #BA970D Buddha Gold

📋 copy color: '#BA970D'

red 186 ◦ green 151 ◦ blue 13

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

Shades of Buddha Gold #BA970D

Tints of Buddha Gold #BA970D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.71%

R = 53.14%
G = 43.14%
B = 3.71%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.93

 K value IS 0.27

RGB Variations

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

Color information

#BA970D (or 0xBA970D) is known color: Buddha Gold. HEX triplet: BA, 97 and 0D. RGB value is (186,151,13). Sum of RGB (Red+Green+Blue) = 186+151+13=350 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.14% from 350); Green value is 151 (59.38% from 255 or 43.14% from 350); Blue value is 13 (5.47% from 255 or 3.71% from 350); Max value from RGB is 186 - color contains mainly: red. Hex color #BA970D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA970D is #4568F2. Grayscale: #929292. Windows color (decimal): -4548851 or 890810. OLE color: 890810.

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

Color convert

RGB 186 151 13 -
CMYK 0 0.19 0.93 0.27
HSL 47.86º 0.87% 0.39% -
HSV(B) 47.86º 0.93% 0.73% -
XYZ 31.39 32.6 5.02 -
YUV 145.73 53.1 156.72 -
System Red Green Blue C M Y K H S L
Decimal 186 151 13 0 0.19 0.93 0.27 47.86 0.87 0.39
Hex BA 97 D 0 13 5D 1B 30 57 27
Octal 272 227 15 0 23 135 33 60 127 47
Binary 10111010 10010111 1101 0 10011 1011101 11011 110000 1010111 100111

Color Harmonies of #BA970D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA970D

Black with #BA970D

Text Example


Text Example

White with #BA970D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA970D; }

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

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

background-color css

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

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

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

border-color css

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

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

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