Html Css Color HEX #BA970F Buddha Gold

📋 copy color: '#BA970F'

red 186 ◦ green 151 ◦ blue 15

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

Shades of Buddha Gold #BA970F

Tints of Buddha Gold #BA970F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.26%

R = 52.84%
G = 42.9%
B = 4.26%

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

#BA970F (or 0xBA970F) is known color: Buddha Gold. HEX triplet: BA, 97 and 0F. RGB value is (186,151,15). Sum of RGB (Red+Green+Blue) = 186+151+15=352 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.84% from 352); Green value is 151 (59.38% from 255 or 42.90% from 352); Blue value is 15 (6.25% from 255 or 4.26% from 352); Max value from RGB is 186 - color contains mainly: red. Hex color #BA970F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA970F is #4568F0. Grayscale: #929292. Windows color (decimal): -4548849 or 1021882. OLE color: 1021882.

HSL color Cylindrical-coordinate representation of color #BA970F: hue angle of 47.72º degrees, saturation: 0.85, 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 #BA970F is Cyan = 0, Magento = 0.19, Yellow = 0.92 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 151 15 -
CMYK 0 0.19 0.92 0.27
HSL 47.72º 0.85% 0.39% -
HSV(B) 47.72º 0.92% 0.73% -
XYZ 31.4 32.61 5.09 -
YUV 145.96 54.1 156.56 -
System Red Green Blue C M Y K H S L
Decimal 186 151 15 0 0.19 0.92 0.27 47.72 0.85 0.39
Hex BA 97 F 0 13 5C 1B 30 55 27
Octal 272 227 17 0 23 134 33 60 125 47
Binary 10111010 10010111 1111 0 10011 1011100 11011 110000 1010101 100111

Color Harmonies of #BA970F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA970F

Black with #BA970F

Text Example


Text Example

White with #BA970F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA970F; }

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

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

background-color css

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

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

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

border-color css

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

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

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