Html Css Color HEX #BA9E12 Buddha Gold

📋 copy color: '#BA9E12'

red 186 ◦ green 158 ◦ blue 18

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

Shades of Buddha Gold #BA9E12

Tints of Buddha Gold #BA9E12

RGB

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

 GREEN value IS 158 (62.11% from 255) = 43.65%

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

R = 51.38%
G = 43.65%
B = 4.97%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#BA9E12 (or 0xBA9E12) is known color: Buddha Gold. HEX triplet: BA, 9E and 12. RGB value is (186,158,18). Sum of RGB (Red+Green+Blue) = 186+158+18=362 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.38% from 362); Green value is 158 (62.11% from 255 or 43.65% from 362); Blue value is 18 (7.42% from 255 or 4.97% from 362); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9E12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9E12 is #4561ED. Grayscale: #969696. Windows color (decimal): -4547054 or 1220282. OLE color: 1220282.

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

Color convert

RGB 186 158 18 -
CMYK 0 0.15 0.90 0.27
HSL 50º 0.82% 0.4% -
HSV(B) 50º 0.9% 0.73% -
XYZ 32.59 34.94 5.6 -
YUV 150.41 53.28 153.38 -
System Red Green Blue C M Y K H S L
Decimal 186 158 18 0 0.15 0.90 0.27 50 0.82 0.4
Hex BA 9E 12 0 F 5A 1B 32 52 28
Octal 272 236 22 0 17 132 33 62 122 50
Binary 10111010 10011110 10010 0 1111 1011010 11011 110010 1010010 101000

Color Harmonies of #BA9E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9E12

Black with #BA9E12

Text Example


Text Example

White with #BA9E12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9E12; }

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

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

background-color css

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

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

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

border-color css

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

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

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