Html Css Color HEX #BA9414 Buddha Gold

📋 copy color: '#BA9414'

red 186 ◦ green 148 ◦ blue 20

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

Shades of Buddha Gold #BA9414

Tints of Buddha Gold #BA9414

RGB

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

 GREEN value IS 148 (58.2% from 255) = 41.81%

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

R = 52.54%
G = 41.81%
B = 5.65%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#BA9414 (or 0xBA9414) is known color: Buddha Gold. HEX triplet: BA, 94 and 14. RGB value is (186,148,20). Sum of RGB (Red+Green+Blue) = 186+148+20=354 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.54% from 354); Green value is 148 (58.20% from 255 or 41.81% from 354); Blue value is 20 (8.20% from 255 or 5.65% from 354); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9414 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9414 is #456BEB. Grayscale: #919191. Windows color (decimal): -4549612 or 1348794. OLE color: 1348794.

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

Color convert

RGB 186 148 20 -
CMYK 0 0.20 0.89 0.27
HSL 46.27º 0.81% 0.4% -
HSV(B) 46.27º 0.89% 0.73% -
XYZ 30.97 31.67 5.14 -
YUV 144.77 57.59 157.41 -
System Red Green Blue C M Y K H S L
Decimal 186 148 20 0 0.20 0.89 0.27 46.27 0.81 0.4
Hex BA 94 14 0 14 59 1B 2E 51 28
Octal 272 224 24 0 24 131 33 56 121 50
Binary 10111010 10010100 10100 0 10100 1011001 11011 101110 1010001 101000

Color Harmonies of #BA9414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9414

Black with #BA9414

Text Example


Text Example

White with #BA9414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9414; }

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

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

background-color css

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

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

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

border-color css

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

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

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