Html Css Color HEX #BA9E14 Buddha Gold

📋 copy color: '#BA9E14'

red 186 ◦ green 158 ◦ blue 20

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

Shades of Buddha Gold #BA9E14

Tints of Buddha Gold #BA9E14

RGB

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

 GREEN value IS 158 (62.11% from 255) = 43.41%

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

R = 51.1%
G = 43.41%
B = 5.49%

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

#BA9E14 (or 0xBA9E14) is known color: Buddha Gold. HEX triplet: BA, 9E and 14. RGB value is (186,158,20). Sum of RGB (Red+Green+Blue) = 186+158+20=364 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.10% from 364); Green value is 158 (62.11% from 255 or 43.41% from 364); Blue value is 20 (8.20% from 255 or 5.49% from 364); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9E14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9E14 is #4561EB. Grayscale: #979797. Windows color (decimal): -4547052 or 1351354. OLE color: 1351354.

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

Color convert

RGB 186 158 20 -
CMYK 0 0.15 0.89 0.27
HSL 49.88º 0.81% 0.4% -
HSV(B) 49.88º 0.89% 0.73% -
XYZ 32.6 34.94 5.69 -
YUV 150.64 54.28 153.22 -
System Red Green Blue C M Y K H S L
Decimal 186 158 20 0 0.15 0.89 0.27 49.88 0.81 0.4
Hex BA 9E 14 0 F 59 1B 32 51 28
Octal 272 236 24 0 17 131 33 62 121 50
Binary 10111010 10011110 10100 0 1111 1011001 11011 110010 1010001 101000

Color Harmonies of #BA9E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9E14

Black with #BA9E14

Text Example


Text Example

White with #BA9E14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9E14; }

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

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

background-color css

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

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

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

border-color css

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

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

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