Html Css Color HEX #BA9214 Buddha Gold

📋 copy color: '#BA9214'

red 186 ◦ green 146 ◦ blue 20

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

Shades of Buddha Gold #BA9214

Tints of Buddha Gold #BA9214

RGB

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

 GREEN value IS 146 (57.42% from 255) = 41.48%

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

R = 52.84%
G = 41.48%
B = 5.68%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#BA9214 (or 0xBA9214) is known color: Buddha Gold. HEX triplet: BA, 92 and 14. RGB value is (186,146,20). Sum of RGB (Red+Green+Blue) = 186+146+20=352 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.84% from 352); Green value is 146 (57.42% from 255 or 41.48% from 352); Blue value is 20 (8.20% from 255 or 5.68% from 352); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9214 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9214 is #456DEB. Grayscale: #909090. Windows color (decimal): -4550124 or 1348282. OLE color: 1348282.

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

Color convert

RGB 186 146 20 -
CMYK 0 0.22 0.89 0.27
HSL 45.54º 0.81% 0.4% -
HSV(B) 45.54º 0.89% 0.73% -
XYZ 30.65 31.05 5.04 -
YUV 143.6 58.25 158.25 -
System Red Green Blue C M Y K H S L
Decimal 186 146 20 0 0.22 0.89 0.27 45.54 0.81 0.4
Hex BA 92 14 0 16 59 1B 2E 51 28
Octal 272 222 24 0 26 131 33 56 121 50
Binary 10111010 10010010 10100 0 10110 1011001 11011 101110 1010001 101000

Color Harmonies of #BA9214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9214

Black with #BA9214

Text Example


Text Example

White with #BA9214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9214; }

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

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

background-color css

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

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

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

border-color css

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

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

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