Html Css Color HEX #BA9514 Buddha Gold

📋 copy color: '#BA9514'

red 186 ◦ green 149 ◦ blue 20

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

Shades of Buddha Gold #BA9514

Tints of Buddha Gold #BA9514

RGB

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

 GREEN value IS 149 (58.59% from 255) = 41.97%

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

R = 52.39%
G = 41.97%
B = 5.63%

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

#BA9514 (or 0xBA9514) is known color: Buddha Gold. HEX triplet: BA, 95 and 14. RGB value is (186,149,20). Sum of RGB (Red+Green+Blue) = 186+149+20=355 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.39% from 355); Green value is 149 (58.59% from 255 or 41.97% from 355); Blue value is 20 (8.20% from 255 or 5.63% from 355); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9514 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9514 is #456AEB. Grayscale: #919191. Windows color (decimal): -4549356 or 1349050. OLE color: 1349050.

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

Color convert

RGB 186 149 20 -
CMYK 0 0.20 0.89 0.27
HSL 46.63º 0.81% 0.4% -
HSV(B) 46.63º 0.89% 0.73% -
XYZ 31.12 31.98 5.2 -
YUV 145.36 57.26 156.99 -
System Red Green Blue C M Y K H S L
Decimal 186 149 20 0 0.20 0.89 0.27 46.63 0.81 0.4
Hex BA 95 14 0 14 59 1B 2F 51 28
Octal 272 225 24 0 24 131 33 57 121 50
Binary 10111010 10010101 10100 0 10100 1011001 11011 101111 1010001 101000

Color Harmonies of #BA9514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9514

Black with #BA9514

Text Example


Text Example

White with #BA9514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9514; }

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

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

background-color css

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

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

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

border-color css

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

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

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