Html Css Color HEX #BA961A Buddha Gold

📋 copy color: '#BA961A'

red 186 ◦ green 150 ◦ blue 26

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

Shades of Buddha Gold #BA961A

Tints of Buddha Gold #BA961A

RGB

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

 GREEN value IS 150 (58.98% from 255) = 41.44%

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

R = 51.38%
G = 41.44%
B = 7.18%

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

#BA961A (or 0xBA961A) is known color: Buddha Gold. HEX triplet: BA, 96 and 1A. RGB value is (186,150,26). Sum of RGB (Red+Green+Blue) = 186+150+26=362 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.38% from 362); Green value is 150 (58.98% from 255 or 41.44% from 362); Blue value is 26 (10.55% from 255 or 7.18% from 362); Max value from RGB is 186 - color contains mainly: red. Hex color #BA961A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA961A is #4569E5. Grayscale: #939393. Windows color (decimal): -4549094 or 1742522. OLE color: 1742522.

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

Color convert

RGB 186 150 26 -
CMYK 0 0.19 0.86 0.27
HSL 46.5º 0.75% 0.42% -
HSV(B) 46.5º 0.86% 0.73% -
XYZ 31.34 32.33 5.56 -
YUV 146.63 59.93 156.08 -
System Red Green Blue C M Y K H S L
Decimal 186 150 26 0 0.19 0.86 0.27 46.5 0.75 0.42
Hex BA 96 1A 0 13 56 1B 2E 4B 2A
Octal 272 226 32 0 23 126 33 56 113 52
Binary 10111010 10010110 11010 0 10011 1010110 11011 101110 1001011 101010

Color Harmonies of #BA961A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA961A

Black with #BA961A

Text Example


Text Example

White with #BA961A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA961A; }

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

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

background-color css

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

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

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

border-color css

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

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

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