Html Css Color HEX #BA9014 Buddha Gold

📋 copy color: '#BA9014'

red 186 ◦ green 144 ◦ blue 20

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

Shades of Buddha Gold #BA9014

Tints of Buddha Gold #BA9014

RGB

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

 GREEN value IS 144 (56.64% from 255) = 41.14%

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

R = 53.14%
G = 41.14%
B = 5.71%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#BA9014 (or 0xBA9014) is known color: Buddha Gold. HEX triplet: BA, 90 and 14. RGB value is (186,144,20). Sum of RGB (Red+Green+Blue) = 186+144+20=350 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.14% from 350); Green value is 144 (56.64% from 255 or 41.14% from 350); Blue value is 20 (8.20% from 255 or 5.71% from 350); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9014 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9014 is #456FEB. Grayscale: #8E8E8E. Windows color (decimal): -4550636 or 1347770. OLE color: 1347770.

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

Color convert

RGB 186 144 20 -
CMYK 0 0.23 0.89 0.27
HSL 44.82º 0.81% 0.4% -
HSV(B) 44.82º 0.89% 0.73% -
XYZ 30.35 30.44 4.94 -
YUV 142.42 58.91 159.08 -
System Red Green Blue C M Y K H S L
Decimal 186 144 20 0 0.23 0.89 0.27 44.82 0.81 0.4
Hex BA 90 14 0 17 59 1B 2D 51 28
Octal 272 220 24 0 27 131 33 55 121 50
Binary 10111010 10010000 10100 0 10111 1011001 11011 101101 1010001 101000

Color Harmonies of #BA9014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9014

Black with #BA9014

Text Example


Text Example

White with #BA9014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9014; }

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

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

background-color css

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

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

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

border-color css

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

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

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