Html Css Color HEX #BA9211 Buddha Gold

📋 copy color: '#BA9211'

red 186 ◦ green 146 ◦ blue 17

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

Shades of Buddha Gold #BA9211

Tints of Buddha Gold #BA9211

RGB

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

 GREEN value IS 146 (57.42% from 255) = 41.83%

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

R = 53.3%
G = 41.83%
B = 4.87%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#BA9211 (or 0xBA9211) is known color: Buddha Gold. HEX triplet: BA, 92 and 11. RGB value is (186,146,17). Sum of RGB (Red+Green+Blue) = 186+146+17=349 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.30% from 349); Green value is 146 (57.42% from 255 or 41.83% from 349); Blue value is 17 (7.03% from 255 or 4.87% from 349); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9211 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9211 is #456DEE. Grayscale: #8F8F8F. Windows color (decimal): -4550127 or 1151674. OLE color: 1151674.

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

Color convert

RGB 186 146 17 -
CMYK 0 0.22 0.91 0.27
HSL 45.8º 0.83% 0.4% -
HSV(B) 45.8º 0.91% 0.73% -
XYZ 30.63 31.04 4.91 -
YUV 143.25 56.75 158.49 -
System Red Green Blue C M Y K H S L
Decimal 186 146 17 0 0.22 0.91 0.27 45.8 0.83 0.4
Hex BA 92 11 0 16 5B 1B 2E 53 28
Octal 272 222 21 0 26 133 33 56 123 50
Binary 10111010 10010010 10001 0 10110 1011011 11011 101110 1010011 101000

Color Harmonies of #BA9211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9211

Black with #BA9211

Text Example


Text Example

White with #BA9211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9211; }

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

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

background-color css

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

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

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

border-color css

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

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

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