Html Css Color HEX #BA9314 Buddha Gold

📋 copy color: '#BA9314'

red 186 ◦ green 147 ◦ blue 20

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

Shades of Buddha Gold #BA9314

Tints of Buddha Gold #BA9314

RGB

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

 GREEN value IS 147 (57.81% from 255) = 41.64%

 BLUE value IS 20 (8.2% from 255) = 5.67%

R = 52.69%
G = 41.64%
B = 5.67%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#BA9314 (or 0xBA9314) is known color: Buddha Gold. HEX triplet: BA, 93 and 14. RGB value is (186,147,20). Sum of RGB (Red+Green+Blue) = 186+147+20=353 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.69% from 353); Green value is 147 (57.81% from 255 or 41.64% from 353); Blue value is 20 (8.20% from 255 or 5.67% from 353); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9314 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9314 is #456CEB. Grayscale: #909090. Windows color (decimal): -4549868 or 1348538. OLE color: 1348538.

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

Color convert

RGB 186 147 20 -
CMYK 0 0.21 0.89 0.27
HSL 45.9º 0.81% 0.4% -
HSV(B) 45.9º 0.89% 0.73% -
XYZ 30.81 31.36 5.09 -
YUV 144.18 57.92 157.83 -
System Red Green Blue C M Y K H S L
Decimal 186 147 20 0 0.21 0.89 0.27 45.9 0.81 0.4
Hex BA 93 14 0 15 59 1B 2E 51 28
Octal 272 223 24 0 25 131 33 56 121 50
Binary 10111010 10010011 10100 0 10101 1011001 11011 101110 1010001 101000

Color Harmonies of #BA9314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9314

Black with #BA9314

Text Example


Text Example

White with #BA9314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9314; }

 p { color: rgb(186,147,20); }

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

background-color css

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

 a { background-color: rgb(186,147,20); }

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

border-color css

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

 span { border-color: rgb(186,147,20); }

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