Html Css Color HEX #BA9710 Buddha Gold

📋 copy color: '#BA9710'

red 186 ◦ green 151 ◦ blue 16

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

Shades of Buddha Gold #BA9710

Tints of Buddha Gold #BA9710

RGB

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

 GREEN value IS 151 (59.38% from 255) = 42.78%

 BLUE value IS 16 (6.64% from 255) = 4.53%

R = 52.69%
G = 42.78%
B = 4.53%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#BA9710 (or 0xBA9710) is known color: Buddha Gold. HEX triplet: BA, 97 and 10. RGB value is (186,151,16). Sum of RGB (Red+Green+Blue) = 186+151+16=353 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.69% from 353); Green value is 151 (59.38% from 255 or 42.78% from 353); Blue value is 16 (6.64% from 255 or 4.53% from 353); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9710 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9710 is #4568EF. Grayscale: #929292. Windows color (decimal): -4548848 or 1087418. OLE color: 1087418.

HSL color Cylindrical-coordinate representation of color #BA9710: hue angle of 47.65º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BA9710 is Cyan = 0, Magento = 0.19, Yellow = 0.91 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 151 16 -
CMYK 0 0.19 0.91 0.27
HSL 47.65º 0.84% 0.4% -
HSV(B) 47.65º 0.91% 0.73% -
XYZ 31.41 32.61 5.13 -
YUV 146.08 54.6 156.48 -
System Red Green Blue C M Y K H S L
Decimal 186 151 16 0 0.19 0.91 0.27 47.65 0.84 0.4
Hex BA 97 10 0 13 5B 1B 30 54 28
Octal 272 227 20 0 23 133 33 60 124 50
Binary 10111010 10010111 10000 0 10011 1011011 11011 110000 1010100 101000

Color Harmonies of #BA9710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9710

Black with #BA9710

Text Example


Text Example

White with #BA9710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9710; }

 p { color: rgb(186,151,16); }

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

background-color css

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

 a { background-color: rgb(186,151,16); }

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

border-color css

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

 span { border-color: rgb(186,151,16); }

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