Html Css Color HEX #BA9A12 Buddha Gold

📋 copy color: '#BA9A12'

red 186 ◦ green 154 ◦ blue 18

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

Shades of Buddha Gold #BA9A12

Tints of Buddha Gold #BA9A12

RGB

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

 GREEN value IS 154 (60.55% from 255) = 43.02%

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

R = 51.96%
G = 43.02%
B = 5.03%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#BA9A12 (or 0xBA9A12) is known color: Buddha Gold. HEX triplet: BA, 9A and 12. RGB value is (186,154,18). Sum of RGB (Red+Green+Blue) = 186+154+18=358 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.96% from 358); Green value is 154 (60.55% from 255 or 43.02% from 358); Blue value is 18 (7.42% from 255 or 5.03% from 358); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9A12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9A12 is #4565ED. Grayscale: #949494. Windows color (decimal): -4548078 or 1219258. OLE color: 1219258.

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

Color convert

RGB 186 154 18 -
CMYK 0 0.17 0.90 0.27
HSL 48.57º 0.82% 0.4% -
HSV(B) 48.57º 0.9% 0.73% -
XYZ 31.91 33.59 5.37 -
YUV 148.06 54.6 155.06 -
System Red Green Blue C M Y K H S L
Decimal 186 154 18 0 0.17 0.90 0.27 48.57 0.82 0.4
Hex BA 9A 12 0 11 5A 1B 31 52 28
Octal 272 232 22 0 21 132 33 61 122 50
Binary 10111010 10011010 10010 0 10001 1011010 11011 110001 1010010 101000

Color Harmonies of #BA9A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9A12

Black with #BA9A12

Text Example


Text Example

White with #BA9A12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9A12; }

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

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

background-color css

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

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

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

border-color css

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

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

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