Html Css Color HEX #BA971A Buddha Gold

📋 copy color: '#BA971A'

red 186 ◦ green 151 ◦ blue 26

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

Shades of Buddha Gold #BA971A

Tints of Buddha Gold #BA971A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.16%

R = 51.24%
G = 41.6%
B = 7.16%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#BA971A (or 0xBA971A) is known color: Buddha Gold. HEX triplet: BA, 97 and 1A. RGB value is (186,151,26). Sum of RGB (Red+Green+Blue) = 186+151+26=363 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.24% from 363); Green value is 151 (59.38% from 255 or 41.60% from 363); Blue value is 26 (10.55% from 255 or 7.16% from 363); Max value from RGB is 186 - color contains mainly: red. Hex color #BA971A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA971A is #4568E5. Grayscale: #939393. Windows color (decimal): -4548838 or 1742778. OLE color: 1742778.

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

Color convert

RGB 186 151 26 -
CMYK 0 0.19 0.86 0.27
HSL 46.88º 0.75% 0.42% -
HSV(B) 46.88º 0.86% 0.73% -
XYZ 31.5 32.65 5.62 -
YUV 147.22 59.6 155.66 -
System Red Green Blue C M Y K H S L
Decimal 186 151 26 0 0.19 0.86 0.27 46.88 0.75 0.42
Hex BA 97 1A 0 13 56 1B 2F 4B 2A
Octal 272 227 32 0 23 126 33 57 113 52
Binary 10111010 10010111 11010 0 10011 1010110 11011 101111 1001011 101010

Color Harmonies of #BA971A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA971A

Black with #BA971A

Text Example


Text Example

White with #BA971A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA971A; }

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

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

background-color css

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

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

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

border-color css

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

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

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