Html Css Color HEX #BA9712 Buddha Gold

📋 copy color: '#BA9712'

red 186 ◦ green 151 ◦ blue 18

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

Shades of Buddha Gold #BA9712

Tints of Buddha Gold #BA9712

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.07%

R = 52.39%
G = 42.54%
B = 5.07%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#BA9712 (or 0xBA9712) is known color: Buddha Gold. HEX triplet: BA, 97 and 12. RGB value is (186,151,18). Sum of RGB (Red+Green+Blue) = 186+151+18=355 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.39% from 355); Green value is 151 (59.38% from 255 or 42.54% from 355); Blue value is 18 (7.42% from 255 or 5.07% from 355); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9712 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9712 is #4568ED. Grayscale: #929292. Windows color (decimal): -4548846 or 1218490. OLE color: 1218490.

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

Color convert

RGB 186 151 18 -
CMYK 0 0.19 0.90 0.27
HSL 47.5º 0.82% 0.4% -
HSV(B) 47.5º 0.9% 0.73% -
XYZ 31.43 32.62 5.21 -
YUV 146.3 55.6 156.31 -
System Red Green Blue C M Y K H S L
Decimal 186 151 18 0 0.19 0.90 0.27 47.5 0.82 0.4
Hex BA 97 12 0 13 5A 1B 30 52 28
Octal 272 227 22 0 23 132 33 60 122 50
Binary 10111010 10010111 10010 0 10011 1011010 11011 110000 1010010 101000

Color Harmonies of #BA9712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9712

Black with #BA9712

Text Example


Text Example

White with #BA9712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9712; }

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

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

background-color css

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

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

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

border-color css

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

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

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