Html Css Color HEX #BA9A1A Buddha Gold

📋 copy color: '#BA9A1A'

red 186 ◦ green 154 ◦ blue 26

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

Shades of Buddha Gold #BA9A1A

Tints of Buddha Gold #BA9A1A

RGB

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

 GREEN value IS 154 (60.55% from 255) = 42.08%

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

R = 50.82%
G = 42.08%
B = 7.1%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#BA9A1A (or 0xBA9A1A) is known color: Buddha Gold. HEX triplet: BA, 9A and 1A. RGB value is (186,154,26). Sum of RGB (Red+Green+Blue) = 186+154+26=366 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.82% from 366); Green value is 154 (60.55% from 255 or 42.08% from 366); Blue value is 26 (10.55% from 255 or 7.10% from 366); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9A1A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9A1A is #4565E5. Grayscale: #959595. Windows color (decimal): -4548070 or 1743546. OLE color: 1743546.

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

Color convert

RGB 186 154 26 -
CMYK 0 0.17 0.86 0.27
HSL 48º 0.75% 0.42% -
HSV(B) 48º 0.86% 0.73% -
XYZ 31.99 33.62 5.78 -
YUV 148.98 58.6 154.41 -
System Red Green Blue C M Y K H S L
Decimal 186 154 26 0 0.17 0.86 0.27 48 0.75 0.42
Hex BA 9A 1A 0 11 56 1B 30 4B 2A
Octal 272 232 32 0 21 126 33 60 113 52
Binary 10111010 10011010 11010 0 10001 1010110 11011 110000 1001011 101010

Color Harmonies of #BA9A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9A1A

Black with #BA9A1A

Text Example


Text Example

White with #BA9A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9A1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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