Html Css Color HEX #BA970B Buddha Gold

📋 copy color: '#BA970B'

red 186 ◦ green 151 ◦ blue 11

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

Shades of Buddha Gold #BA970B

Tints of Buddha Gold #BA970B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.16%

R = 53.45%
G = 43.39%
B = 3.16%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#BA970B (or 0xBA970B) is known color: Buddha Gold. HEX triplet: BA, 97 and 0B. RGB value is (186,151,11). Sum of RGB (Red+Green+Blue) = 186+151+11=348 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.45% from 348); Green value is 151 (59.38% from 255 or 43.39% from 348); Blue value is 11 (4.69% from 255 or 3.16% from 348); Max value from RGB is 186 - color contains mainly: red. Hex color #BA970B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA970B is #4568F4. Grayscale: #929292. Windows color (decimal): -4548853 or 759738. OLE color: 759738.

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

Color convert

RGB 186 151 11 -
CMYK 0 0.19 0.94 0.27
HSL 48º 0.89% 0.39% -
HSV(B) 48º 0.94% 0.73% -
XYZ 31.38 32.6 4.95 -
YUV 145.51 52.1 156.88 -
System Red Green Blue C M Y K H S L
Decimal 186 151 11 0 0.19 0.94 0.27 48 0.89 0.39
Hex BA 97 B 0 13 5E 1B 30 59 27
Octal 272 227 13 0 23 136 33 60 131 47
Binary 10111010 10010111 1011 0 10011 1011110 11011 110000 1011001 100111

Color Harmonies of #BA970B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA970B

Black with #BA970B

Text Example


Text Example

White with #BA970B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA970B; }

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

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

background-color css

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

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

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

border-color css

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

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

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