Html Css Color HEX #BA9F14 Buddha Gold

📋 copy color: '#BA9F14'

red 186 ◦ green 159 ◦ blue 20

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

Shades of Buddha Gold #BA9F14

Tints of Buddha Gold #BA9F14

RGB

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

 GREEN value IS 159 (62.5% from 255) = 43.56%

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

R = 50.96%
G = 43.56%
B = 5.48%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#BA9F14 (or 0xBA9F14) is known color: Buddha Gold. HEX triplet: BA, 9F and 14. RGB value is (186,159,20). Sum of RGB (Red+Green+Blue) = 186+159+20=365 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.96% from 365); Green value is 159 (62.5% from 255 or 43.56% from 365); Blue value is 20 (8.20% from 255 or 5.48% from 365); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9F14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9F14 is #4560EB. Grayscale: #979797. Windows color (decimal): -4546796 or 1351610. OLE color: 1351610.

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

Color convert

RGB 186 159 20 -
CMYK 0 0.15 0.89 0.27
HSL 50.24º 0.81% 0.4% -
HSV(B) 50.24º 0.89% 0.73% -
XYZ 32.77 35.29 5.75 -
YUV 151.23 53.95 152.8 -
System Red Green Blue C M Y K H S L
Decimal 186 159 20 0 0.15 0.89 0.27 50.24 0.81 0.4
Hex BA 9F 14 0 F 59 1B 32 51 28
Octal 272 237 24 0 17 131 33 62 121 50
Binary 10111010 10011111 10100 0 1111 1011001 11011 110010 1010001 101000

Color Harmonies of #BA9F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9F14

Black with #BA9F14

Text Example


Text Example

White with #BA9F14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9F14; }

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

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

background-color css

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

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

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

border-color css

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

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

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