Html Css Color HEX #BA9711 Buddha Gold

📋 copy color: '#BA9711'

red 186 ◦ green 151 ◦ blue 17

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

Shades of Buddha Gold #BA9711

Tints of Buddha Gold #BA9711

RGB

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

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

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

R = 52.54%
G = 42.66%
B = 4.8%

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

#BA9711 (or 0xBA9711) is known color: Buddha Gold. HEX triplet: BA, 97 and 11. RGB value is (186,151,17). Sum of RGB (Red+Green+Blue) = 186+151+17=354 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.54% from 354); Green value is 151 (59.38% from 255 or 42.66% from 354); Blue value is 17 (7.03% from 255 or 4.80% from 354); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9711 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9711 is #4568EE. Grayscale: #929292. Windows color (decimal): -4548847 or 1152954. OLE color: 1152954.

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

Color convert

RGB 186 151 17 -
CMYK 0 0.19 0.91 0.27
HSL 47.57º 0.83% 0.4% -
HSV(B) 47.57º 0.91% 0.73% -
XYZ 31.42 32.61 5.17 -
YUV 146.19 55.1 156.4 -
System Red Green Blue C M Y K H S L
Decimal 186 151 17 0 0.19 0.91 0.27 47.57 0.83 0.4
Hex BA 97 11 0 13 5B 1B 30 53 28
Octal 272 227 21 0 23 133 33 60 123 50
Binary 10111010 10010111 10001 0 10011 1011011 11011 110000 1010011 101000

Color Harmonies of #BA9711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9711

Black with #BA9711

Text Example


Text Example

White with #BA9711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9711; }

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

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

background-color css

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

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

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

border-color css

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

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

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