Html Css Color HEX #BA9412 Buddha Gold

📋 copy color: '#BA9412'

red 186 ◦ green 148 ◦ blue 18

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

Shades of Buddha Gold #BA9412

Tints of Buddha Gold #BA9412

RGB

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

 GREEN value IS 148 (58.2% from 255) = 42.05%

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

R = 52.84%
G = 42.05%
B = 5.11%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#BA9412 (or 0xBA9412) is known color: Buddha Gold. HEX triplet: BA, 94 and 12. RGB value is (186,148,18). Sum of RGB (Red+Green+Blue) = 186+148+18=352 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.84% from 352); Green value is 148 (58.20% from 255 or 42.05% from 352); Blue value is 18 (7.42% from 255 or 5.11% from 352); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9412 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9412 is #456BED. Grayscale: #919191. Windows color (decimal): -4549614 or 1217722. OLE color: 1217722.

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

Color convert

RGB 186 148 18 -
CMYK 0 0.20 0.90 0.27
HSL 46.43º 0.82% 0.4% -
HSV(B) 46.43º 0.9% 0.73% -
XYZ 30.95 31.66 5.05 -
YUV 144.54 56.59 157.57 -
System Red Green Blue C M Y K H S L
Decimal 186 148 18 0 0.20 0.90 0.27 46.43 0.82 0.4
Hex BA 94 12 0 14 5A 1B 2E 52 28
Octal 272 224 22 0 24 132 33 56 122 50
Binary 10111010 10010100 10010 0 10100 1011010 11011 101110 1010010 101000

Color Harmonies of #BA9412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9412

Black with #BA9412

Text Example


Text Example

White with #BA9412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9412; }

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

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

background-color css

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

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

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

border-color css

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

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

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