Html Css Color HEX #BA9311 Buddha Gold

📋 copy color: '#BA9311'

red 186 ◦ green 147 ◦ blue 17

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

Shades of Buddha Gold #BA9311

Tints of Buddha Gold #BA9311

RGB

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

 GREEN value IS 147 (57.81% from 255) = 42%

 BLUE value IS 17 (7.03% from 255) = 4.86%

R = 53.14%
G = 42%
B = 4.86%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#BA9311 (or 0xBA9311) is known color: Buddha Gold. HEX triplet: BA, 93 and 11. RGB value is (186,147,17). Sum of RGB (Red+Green+Blue) = 186+147+17=350 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.14% from 350); Green value is 147 (57.81% from 255 or 42% from 350); Blue value is 17 (7.03% from 255 or 4.86% from 350); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9311 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9311 is #456CEE. Grayscale: #909090. Windows color (decimal): -4549871 or 1151930. OLE color: 1151930.

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

Color convert

RGB 186 147 17 -
CMYK 0 0.21 0.91 0.27
HSL 46.15º 0.83% 0.4% -
HSV(B) 46.15º 0.91% 0.73% -
XYZ 30.78 31.35 4.96 -
YUV 143.84 56.42 158.07 -
System Red Green Blue C M Y K H S L
Decimal 186 147 17 0 0.21 0.91 0.27 46.15 0.83 0.4
Hex BA 93 11 0 15 5B 1B 2E 53 28
Octal 272 223 21 0 25 133 33 56 123 50
Binary 10111010 10010011 10001 0 10101 1011011 11011 101110 1010011 101000

Color Harmonies of #BA9311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9311

Black with #BA9311

Text Example


Text Example

White with #BA9311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9311; }

 p { color: rgb(186,147,17); }

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

background-color css

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

 a { background-color: rgb(186,147,17); }

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

border-color css

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

 span { border-color: rgb(186,147,17); }

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