Html Css Color HEX #BA9A0A Buddha Gold

📋 copy color: '#BA9A0A'

red 186 ◦ green 154 ◦ blue 10

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

Shades of Buddha Gold #BA9A0A

Tints of Buddha Gold #BA9A0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.86%

R = 53.14%
G = 44%
B = 2.86%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#BA9A0A (or 0xBA9A0A) is known color: Buddha Gold. HEX triplet: BA, 9A and 0A. RGB value is (186,154,10). Sum of RGB (Red+Green+Blue) = 186+154+10=350 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.14% from 350); Green value is 154 (60.55% from 255 or 44% from 350); Blue value is 10 (4.30% from 255 or 2.86% from 350); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9A0A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9A0A is #4565F5. Grayscale: #939393. Windows color (decimal): -4548086 or 694970. OLE color: 694970.

HSL color Cylindrical-coordinate representation of color #BA9A0A: hue angle of 49.09º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BA9A0A is Cyan = 0, Magento = 0.17, Yellow = 0.95 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 154 10 -
CMYK 0 0.17 0.95 0.27
HSL 49.09º 0.9% 0.38% -
HSV(B) 49.09º 0.95% 0.73% -
XYZ 31.86 33.57 5.09 -
YUV 147.15 50.6 155.71 -
System Red Green Blue C M Y K H S L
Decimal 186 154 10 0 0.17 0.95 0.27 49.09 0.9 0.38
Hex BA 9A A 0 11 5F 1B 31 5A 26
Octal 272 232 12 0 21 137 33 61 132 46
Binary 10111010 10011010 1010 0 10001 1011111 11011 110001 1011010 100110

Color Harmonies of #BA9A0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9A0A

Black with #BA9A0A

Text Example


Text Example

White with #BA9A0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9A0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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