Html Css Color HEX #BA9C12 Buddha Gold

📋 copy color: '#BA9C12'

red 186 ◦ green 156 ◦ blue 18

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

Shades of Buddha Gold #BA9C12

Tints of Buddha Gold #BA9C12

RGB

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

 GREEN value IS 156 (61.33% from 255) = 43.33%

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

R = 51.67%
G = 43.33%
B = 5%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#BA9C12 (or 0xBA9C12) is known color: Buddha Gold. HEX triplet: BA, 9C and 12. RGB value is (186,156,18). Sum of RGB (Red+Green+Blue) = 186+156+18=360 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.67% from 360); Green value is 156 (61.33% from 255 or 43.33% from 360); Blue value is 18 (7.42% from 255 or 5% from 360); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9C12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9C12 is #4563ED. Grayscale: #959595. Windows color (decimal): -4547566 or 1219770. OLE color: 1219770.

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

Color convert

RGB 186 156 18 -
CMYK 0 0.16 0.90 0.27
HSL 49.29º 0.82% 0.4% -
HSV(B) 49.29º 0.9% 0.73% -
XYZ 32.25 34.26 5.49 -
YUV 149.24 53.94 154.22 -
System Red Green Blue C M Y K H S L
Decimal 186 156 18 0 0.16 0.90 0.27 49.29 0.82 0.4
Hex BA 9C 12 0 10 5A 1B 31 52 28
Octal 272 234 22 0 20 132 33 61 122 50
Binary 10111010 10011100 10010 0 10000 1011010 11011 110001 1010010 101000

Color Harmonies of #BA9C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9C12

Black with #BA9C12

Text Example


Text Example

White with #BA9C12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9C12; }

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

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

background-color css

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

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

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

border-color css

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

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

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