Html Css Color HEX #BA9410 Buddha Gold

📋 copy color: '#BA9410'

red 186 ◦ green 148 ◦ blue 16

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

Shades of Buddha Gold #BA9410

Tints of Buddha Gold #BA9410

RGB

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

 GREEN value IS 148 (58.2% from 255) = 42.29%

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

R = 53.14%
G = 42.29%
B = 4.57%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#BA9410 (or 0xBA9410) is known color: Buddha Gold. HEX triplet: BA, 94 and 10. RGB value is (186,148,16). Sum of RGB (Red+Green+Blue) = 186+148+16=350 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.14% from 350); Green value is 148 (58.20% from 255 or 42.29% from 350); Blue value is 16 (6.64% from 255 or 4.57% from 350); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9410 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9410 is #456BEF. Grayscale: #909090. Windows color (decimal): -4549616 or 1086650. OLE color: 1086650.

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

Color convert

RGB 186 148 16 -
CMYK 0 0.20 0.91 0.27
HSL 46.59º 0.84% 0.4% -
HSV(B) 46.59º 0.91% 0.73% -
XYZ 30.93 31.66 4.97 -
YUV 144.31 55.59 157.73 -
System Red Green Blue C M Y K H S L
Decimal 186 148 16 0 0.20 0.91 0.27 46.59 0.84 0.4
Hex BA 94 10 0 14 5B 1B 2F 54 28
Octal 272 224 20 0 24 133 33 57 124 50
Binary 10111010 10010100 10000 0 10100 1011011 11011 101111 1010100 101000

Color Harmonies of #BA9410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9410

Black with #BA9410

Text Example


Text Example

White with #BA9410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9410; }

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

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

background-color css

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

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

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

border-color css

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

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

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