Html Css Color HEX #BA9614 Buddha Gold

📋 copy color: '#BA9614'

red 186 ◦ green 150 ◦ blue 20

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

Shades of Buddha Gold #BA9614

Tints of Buddha Gold #BA9614

RGB

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

 GREEN value IS 150 (58.98% from 255) = 42.13%

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

R = 52.25%
G = 42.13%
B = 5.62%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#BA9614 (or 0xBA9614) is known color: Buddha Gold. HEX triplet: BA, 96 and 14. RGB value is (186,150,20). Sum of RGB (Red+Green+Blue) = 186+150+20=356 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.25% from 356); Green value is 150 (58.98% from 255 or 42.13% from 356); Blue value is 20 (8.20% from 255 or 5.62% from 356); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9614 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9614 is #4569EB. Grayscale: #929292. Windows color (decimal): -4549100 or 1349306. OLE color: 1349306.

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

Color convert

RGB 186 150 20 -
CMYK 0 0.19 0.89 0.27
HSL 46.99º 0.81% 0.4% -
HSV(B) 46.99º 0.89% 0.73% -
XYZ 31.28 32.3 5.25 -
YUV 145.94 56.93 156.57 -
System Red Green Blue C M Y K H S L
Decimal 186 150 20 0 0.19 0.89 0.27 46.99 0.81 0.4
Hex BA 96 14 0 13 59 1B 2F 51 28
Octal 272 226 24 0 23 131 33 57 121 50
Binary 10111010 10010110 10100 0 10011 1011001 11011 101111 1010001 101000

Color Harmonies of #BA9614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9614

Black with #BA9614

Text Example


Text Example

White with #BA9614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9614; }

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

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

background-color css

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

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

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

border-color css

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

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

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